summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/Object.inl
blob: 3a20131bbec64a16a5a656ac76d905a1cd3b879d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
// $Id$

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

ACE_INLINE TAO_Notify_Worker_Task*
TAO_Notify_Object::worker_task (void)
{
  return this->worker_task_;
}

ACE_INLINE TAO_Notify_POA_Helper*
TAO_Notify_Object::poa (void)
{
  return this->poa_;
}

ACE_INLINE TAO_Notify_POA_Helper*
TAO_Notify_Object::object_poa (void)
{
  return this->object_poa_;
}

ACE_INLINE TAO_Notify_POA_Helper*
TAO_Notify_Object::proxy_poa (void)
{
  return this->proxy_poa_;
}

ACE_INLINE int
TAO_Notify_Object::has_shutdown (void)
{
  return this->shutdown_;
}

ACE_INLINE TAO_Notify_Event_Manager*
TAO_Notify_Object::event_manager (void)
{
  return this->event_manager_;
}