summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/ThreadStrategy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/ThreadStrategy.cpp')
-rw-r--r--TAO/tao/PortableServer/ThreadStrategy.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/TAO/tao/PortableServer/ThreadStrategy.cpp b/TAO/tao/PortableServer/ThreadStrategy.cpp
index 6f1d80b5c36..58b9810f1c6 100644
--- a/TAO/tao/PortableServer/ThreadStrategy.cpp
+++ b/TAO/tao/PortableServer/ThreadStrategy.cpp
@@ -6,12 +6,15 @@ ACE_RCSID (PortableServer,
ThreadStrategy,
"$Id$")
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
namespace TAO
{
namespace Portable_Server
{
void
- ThreadStrategy::strategy_init (TAO_Root_POA * /*poa*/ ACE_ENV_ARG_DECL_NOT_USED)
+ ThreadStrategy::strategy_init (TAO_Root_POA * /*poa*/
+ ACE_ENV_ARG_DECL_NOT_USED)
{
}
@@ -22,3 +25,4 @@ namespace TAO
}
}
+TAO_END_VERSIONED_NAMESPACE_DECL