summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/LifespanStrategy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/LifespanStrategy.cpp')
-rw-r--r--TAO/tao/PortableServer/LifespanStrategy.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/TAO/tao/PortableServer/LifespanStrategy.cpp b/TAO/tao/PortableServer/LifespanStrategy.cpp
index 42bec436226..aea66e7161c 100644
--- a/TAO/tao/PortableServer/LifespanStrategy.cpp
+++ b/TAO/tao/PortableServer/LifespanStrategy.cpp
@@ -9,12 +9,14 @@
*/
//=============================================================================
-#include "LifespanStrategy.h"
+#include "tao/PortableServer/LifespanStrategy.h"
ACE_RCSID (PortableServer,
LifespanStrategy,
"$Id$")
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
namespace TAO
{
namespace Portable_Server
@@ -47,3 +49,4 @@ namespace TAO
} /* namespace Portable_Server */
} /* namespace TAO */
+TAO_END_VERSIONED_NAMESPACE_DECL