summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/RT_Properties.inl
blob: 9eafa07973a0d7b27cf751f3206e497e3886edfb (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
// $Id$

#include "RT_Properties.h"

ACE_INLINE RTCORBA::RTORB_ptr
TAO_Notify_RT_Properties::rt_orb (void)
{
  return RTCORBA::RTORB::_duplicate (rt_orb_.in ());
}

ACE_INLINE void
TAO_Notify_RT_Properties::rt_orb (RTCORBA::RTORB_ptr rt_orb)
{
  rt_orb_ = RTCORBA::RTORB::_duplicate (rt_orb);
}

ACE_INLINE RTCORBA::Current_ptr
TAO_Notify_RT_Properties::current (void)
{
  return RTCORBA::Current::_duplicate (current_.in());
}

ACE_INLINE void
TAO_Notify_RT_Properties::current (RTCORBA::Current_ptr current)
{
  current_ = RTCORBA::Current::_duplicate (current);
}