summaryrefslogtreecommitdiff
path: root/TAO/tao/Policy_Current_Impl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Policy_Current_Impl.cpp')
-rw-r--r--TAO/tao/Policy_Current_Impl.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/TAO/tao/Policy_Current_Impl.cpp b/TAO/tao/Policy_Current_Impl.cpp
index 9600341a74f..6ebb543218d 100644
--- a/TAO/tao/Policy_Current_Impl.cpp
+++ b/TAO/tao/Policy_Current_Impl.cpp
@@ -1,6 +1,6 @@
// $Id$
-#include "tao/Policy_Current_Impl.h"
+#include "Policy_Current_Impl.h"
#if (TAO_HAS_CORBA_MESSAGING == 1)
@@ -13,8 +13,6 @@ ACE_RCSID (tao,
Policy_Manager,
"$Id$")
-TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-
void
TAO_Policy_Current_Impl::set_policy_overrides (
const CORBA::PolicyList & policies,
@@ -37,6 +35,4 @@ TAO_Policy_Current_Impl::get_policy_overrides (
ACE_ENV_ARG_PARAMETER);
}
-TAO_END_VERSIONED_NAMESPACE_DECL
-
#endif /* TAO_HAS_CORBA_MESSAGING == 1 */