summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/IdAssignmentStrategyFactoryImpl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/IdAssignmentStrategyFactoryImpl.cpp')
-rw-r--r--TAO/tao/PortableServer/IdAssignmentStrategyFactoryImpl.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/TAO/tao/PortableServer/IdAssignmentStrategyFactoryImpl.cpp b/TAO/tao/PortableServer/IdAssignmentStrategyFactoryImpl.cpp
index b83c49ecf00..02351fb636c 100644
--- a/TAO/tao/PortableServer/IdAssignmentStrategyFactoryImpl.cpp
+++ b/TAO/tao/PortableServer/IdAssignmentStrategyFactoryImpl.cpp
@@ -8,6 +8,8 @@ ACE_RCSID (PortableServer,
IdAssignmentStrategyFactoryImpl,
"$Id$")
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
namespace TAO
{
namespace Portable_Server
@@ -52,6 +54,15 @@ namespace TAO
// Noop because both types are singletons
}
+ }
+}
+
+TAO_END_VERSIONED_NAMESPACE_DECL
+
+namespace TAO
+{
+ namespace Portable_Server
+ {
ACE_STATIC_SVC_DEFINE (
IdAssignmentStrategyFactoryImpl,
ACE_TEXT ("IdAssignmentStrategyFactory"),