summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/IdUniquenessPolicy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/IdUniquenessPolicy.cpp')
-rw-r--r--TAO/tao/PortableServer/IdUniquenessPolicy.cpp7
1 files changed, 5 insertions, 2 deletions
diff --git a/TAO/tao/PortableServer/IdUniquenessPolicy.cpp b/TAO/tao/PortableServer/IdUniquenessPolicy.cpp
index 7dc969af49c..03a206a6301 100644
--- a/TAO/tao/PortableServer/IdUniquenessPolicy.cpp
+++ b/TAO/tao/PortableServer/IdUniquenessPolicy.cpp
@@ -1,10 +1,12 @@
-#include "IdUniquenessPolicy.h"
-#include "PortableServer.h"
+#include "tao/PortableServer/IdUniquenessPolicy.h"
+#include "tao/PortableServer/PortableServer.h"
ACE_RCSID (PortableServer,
IdUniquenessPolicy,
"$Id$")
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
namespace TAO
{
namespace Portable_Server
@@ -62,3 +64,4 @@ namespace TAO
}
}
+TAO_END_VERSIONED_NAMESPACE_DECL