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.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/TAO/tao/PortableServer/StrategyFactory.cpp b/TAO/tao/PortableServer/StrategyFactory.cpp
index 98331b770b4..58a4bc04c11 100644
--- a/TAO/tao/PortableServer/StrategyFactory.cpp
+++ b/TAO/tao/PortableServer/StrategyFactory.cpp
@@ -1,12 +1,14 @@
// $Id$
-#include "StrategyFactory.h"
+#include "tao/PortableServer/StrategyFactory.h"
#include "ace/Dynamic_Service.h"
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