summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/POA_Cached_Policies.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/POA_Cached_Policies.cpp')
-rw-r--r--TAO/tao/PortableServer/POA_Cached_Policies.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/TAO/tao/PortableServer/POA_Cached_Policies.cpp b/TAO/tao/PortableServer/POA_Cached_Policies.cpp
index ff0bfe0d32c..931aa81e469 100644
--- a/TAO/tao/PortableServer/POA_Cached_Policies.cpp
+++ b/TAO/tao/PortableServer/POA_Cached_Policies.cpp
@@ -1,4 +1,4 @@
-// @(#) $Id$
+// $Id$
#include "POA_Cached_Policies.h"
#include "POA_Policy_Set.h"
@@ -18,6 +18,8 @@ ACE_RCSID(PortableServer,
POA_Cached_Policies,
"$Id$")
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
namespace TAO
{
namespace Portable_Server
@@ -160,3 +162,5 @@ namespace TAO
}
}
}
+
+TAO_END_VERSIONED_NAMESPACE_DECL