summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/StrategyFactory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/StrategyFactory.cpp')
-rw-r--r--TAO/tao/PortableServer/StrategyFactory.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/tao/PortableServer/StrategyFactory.cpp b/TAO/tao/PortableServer/StrategyFactory.cpp
index 98331b770b4..84528d7cbf2 100644
--- a/TAO/tao/PortableServer/StrategyFactory.cpp
+++ b/TAO/tao/PortableServer/StrategyFactory.cpp
@@ -7,6 +7,8 @@ ACE_RCSID (PortableServer,
StrategyFactory,
"$Id$")
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
namespace TAO
{
namespace Portable_Server
@@ -16,3 +18,5 @@ namespace TAO
}
} /* namespace Portable_Server */
} /* namespace TAO */
+
+TAO_END_VERSIONED_NAMESPACE_DECL