summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/Object.inl
blob: 6e46813987e6c63a2461419cfe2ec441b01ae7bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// $Id$

#include "Object.h"

ACE_INLINE CORBA::Long
TAO_NS_Object::id (void)
{
  return id_;
}

ACE_INLINE TAO_NS_Worker_Task*
TAO_NS_Object::worker_task (void)
{
  return this->worker_task_;
}

ACE_INLINE TAO_NS_POA_Helper*
TAO_NS_Object::poa (void)
{
  return this->poa_;
}