diff options
Diffstat (limited to 'TAO/tao/Reactor_Registry.i')
-rw-r--r-- | TAO/tao/Reactor_Registry.i | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/TAO/tao/Reactor_Registry.i b/TAO/tao/Reactor_Registry.i deleted file mode 100644 index 23578dce586..00000000000 --- a/TAO/tao/Reactor_Registry.i +++ /dev/null @@ -1,8 +0,0 @@ -// $Id$ - -ACE_INLINE TAO_ORB_Core * -TAO_Reactor_Registry::orb_core (void) const -{ - return this->orb_core_; -} - |