summaryrefslogtreecommitdiff
path: root/TAO/tao/PI/PICurrent_Loader.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PI/PICurrent_Loader.h')
-rw-r--r--TAO/tao/PI/PICurrent_Loader.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/TAO/tao/PI/PICurrent_Loader.h b/TAO/tao/PI/PICurrent_Loader.h
index eb8622d0d4c..931d2216082 100644
--- a/TAO/tao/PI/PICurrent_Loader.h
+++ b/TAO/tao/PI/PICurrent_Loader.h
@@ -41,17 +41,11 @@ public:
ACE_TCHAR *argv []
ACE_ENV_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException));
-
- /// Used to force the initialization of the ORB code.
- static int Initializer (void);
};
ACE_STATIC_SVC_DECLARE (TAO_PICurrent_Loader)
ACE_FACTORY_DECLARE (TAO_PI, TAO_PICurrent_Loader)
-static int
-TAO_Requires_PICurrent_Initializer = TAO_PICurrent_Loader::Initializer ();
-
#endif /* TAO_HAS_INTERCEPTORS == 1 */
#include /**/ "ace/post.h"