summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/POA_Guard.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/POA_Guard.cpp')
-rw-r--r--TAO/tao/PortableServer/POA_Guard.cpp8
1 files changed, 6 insertions, 2 deletions
diff --git a/TAO/tao/PortableServer/POA_Guard.cpp b/TAO/tao/PortableServer/POA_Guard.cpp
index cbf2eb0bba7..a2943714015 100644
--- a/TAO/tao/PortableServer/POA_Guard.cpp
+++ b/TAO/tao/PortableServer/POA_Guard.cpp
@@ -1,13 +1,16 @@
// $Id$
-#include "POA_Guard.h"
-#include "Root_POA.h"
+#include "tao/PortableServer/POA_Guard.h"
+#include "tao/PortableServer/Root_POA.h"
#include "tao/ORB_Constants.h"
ACE_RCSID(PortableServer,
POA_Guard,
"$Id$")
+
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
namespace TAO
{
namespace Portable_Server
@@ -43,3 +46,4 @@ namespace TAO
}
}
+TAO_END_VERSIONED_NAMESPACE_DECL