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

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