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, 9 insertions, 1 deletions
diff --git a/TAO/tao/Adapter_Factory.h b/TAO/tao/Adapter_Factory.h
index fc4d8d13b82..8fa53f30628 100644
--- a/TAO/tao/Adapter_Factory.h
+++ b/TAO/tao/Adapter_Factory.h
@@ -16,12 +16,18 @@
#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;
@@ -35,6 +41,8 @@ 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 */