summaryrefslogtreecommitdiff
path: root/TAO/tao/Reactor_Registry.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Reactor_Registry.cpp')
-rw-r--r--TAO/tao/Reactor_Registry.cpp24
1 files changed, 0 insertions, 24 deletions
diff --git a/TAO/tao/Reactor_Registry.cpp b/TAO/tao/Reactor_Registry.cpp
deleted file mode 100644
index 5b1243f719d..00000000000
--- a/TAO/tao/Reactor_Registry.cpp
+++ /dev/null
@@ -1,24 +0,0 @@
-// $Id$
-
-#include "tao/Reactor_Registry.h"
-
-#if !defined (__ACE_INLINE__)
-# include "tao/Reactor_Registry.i"
-#endif /* ! __ACE_INLINE__ */
-
-ACE_RCSID(tao, Reactor_Registry, "$Id$")
-
-TAO_Reactor_Registry::TAO_Reactor_Registry (void)
- : orb_core_ (0)
-{
-}
-
-void
-TAO_Reactor_Registry::open (TAO_ORB_Core* orb_core)
-{
- this->orb_core_ = orb_core;
-}
-
-TAO_Reactor_Registry::~TAO_Reactor_Registry (void)
-{
-}