summaryrefslogtreecommitdiff
path: root/TAO/tao/Adapter_Factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Adapter_Factory.h')
-rw-r--r--TAO/tao/Adapter_Factory.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/TAO/tao/Adapter_Factory.h b/TAO/tao/Adapter_Factory.h
index 8fa53f30628..fc4d8d13b82 100644
--- a/TAO/tao/Adapter_Factory.h
+++ b/TAO/tao/Adapter_Factory.h
@@ -16,18 +16,12 @@
#include /**/ "ace/pre.h"
#include "tao/TAO_Export.h"
+#include "ace/Service_Object.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-#include "tao/Versioned_Namespace.h"
-
-#include "ace/Service_Object.h"
-
-
-TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-
class TAO_Adapter;
class TAO_ORB_Core;
@@ -41,8 +35,6 @@ public:
virtual TAO_Adapter *create (TAO_ORB_Core *orb_core) = 0;
};
-TAO_END_VERSIONED_NAMESPACE_DECL
-
#include /**/ "ace/post.h"
#endif /* TAO_ADAPTER_FACTORY_H */