summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/IdAssignmentStrategySystem.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/IdAssignmentStrategySystem.h')
-rw-r--r--TAO/tao/PortableServer/IdAssignmentStrategySystem.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/TAO/tao/PortableServer/IdAssignmentStrategySystem.h b/TAO/tao/PortableServer/IdAssignmentStrategySystem.h
index 6471e5bce3f..626c78d2806 100644
--- a/TAO/tao/PortableServer/IdAssignmentStrategySystem.h
+++ b/TAO/tao/PortableServer/IdAssignmentStrategySystem.h
@@ -23,6 +23,8 @@
#include "IdAssignmentStrategy.h"
#include "ace/Service_Config.h"
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
namespace TAO
{
namespace Portable_Server
@@ -35,7 +37,15 @@ namespace TAO
virtual bool has_system_id (void) const;
};
+ }
+}
+
+TAO_END_VERSIONED_NAMESPACE_DECL
+namespace TAO
+{
+ namespace Portable_Server
+ {
ACE_STATIC_SVC_DECLARE_EXPORT (TAO_PortableServer, IdAssignmentStrategySystem)
ACE_FACTORY_DECLARE (TAO_PortableServer, IdAssignmentStrategySystem)
}