RT_Properties.inl

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 //
00003 // $Id: RT_Properties.inl 69353 2005-11-14 22:03:50Z ossama $
00004 
00005 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
00006 
00007 ACE_INLINE RTCORBA::RTORB_ptr
00008 TAO_Notify_RT_Properties::rt_orb (void)
00009 {
00010   return RTCORBA::RTORB::_duplicate (rt_orb_.in ());
00011 }
00012 
00013 ACE_INLINE void
00014 TAO_Notify_RT_Properties::rt_orb (RTCORBA::RTORB_ptr rt_orb)
00015 {
00016   rt_orb_ = RTCORBA::RTORB::_duplicate (rt_orb);
00017 }
00018 
00019 ACE_INLINE RTCORBA::Current_ptr
00020 TAO_Notify_RT_Properties::current (void)
00021 {
00022   return RTCORBA::Current::_duplicate (current_.in());
00023 }
00024 
00025 ACE_INLINE void
00026 TAO_Notify_RT_Properties::current (RTCORBA::Current_ptr current)
00027 {
00028   current_ = RTCORBA::Current::_duplicate (current);
00029 }
00030 
00031 TAO_END_VERSIONED_NAMESPACE_DECL

Generated on Tue Feb 2 17:45:29 2010 for TAO_CosNotification by  doxygen 1.4.7