summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/performance-tests/RTEvent/lib/ORB_Task.inl
blob: 0fb7b20d29dd3e03baceb93216dc55b757604149 (plain)
1
2
3
4
5
6
7
8
9
10
11
/**
 * @file ORB_Task.inl
 *
 * @author Carlos O'Ryan <coryan@uci.edu>
 */

ACE_INLINE CORBA::ORB_ptr
ORB_Task::operator-> (void) const
{
  return this->orb_.in ();
}