summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/RT_Properties.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/RT_Properties.inl')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/RT_Properties.inl31
1 files changed, 0 insertions, 31 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/RT_Properties.inl b/TAO/orbsvcs/orbsvcs/Notify/RT_Properties.inl
deleted file mode 100644
index 71fae93e7ba..00000000000
--- a/TAO/orbsvcs/orbsvcs/Notify/RT_Properties.inl
+++ /dev/null
@@ -1,31 +0,0 @@
-// -*- C++ -*-
-//
-// $Id$
-
-TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-
-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);
-}
-
-TAO_END_VERSIONED_NAMESPACE_DECL