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


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);
}