/** * @file ORB_Task.inl * * @author Carlos O'Ryan */ ACE_INLINE CORBA::ORB_ptr ORB_Task::operator-> (void) const { return this->orb_.in (); }