summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/POA_Policy_Set.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/POA_Policy_Set.cpp')
-rw-r--r--TAO/tao/PortableServer/POA_Policy_Set.cpp9
1 files changed, 6 insertions, 3 deletions
diff --git a/TAO/tao/PortableServer/POA_Policy_Set.cpp b/TAO/tao/PortableServer/POA_Policy_Set.cpp
index e0ee81f34e2..644c9511756 100644
--- a/TAO/tao/PortableServer/POA_Policy_Set.cpp
+++ b/TAO/tao/PortableServer/POA_Policy_Set.cpp
@@ -15,9 +15,10 @@ ACE_RCSID (PortableServer,
POA_Policy_Set,
"$Id$")
-TAO_POA_Policy_Set::TAO_POA_Policy_Set ()
- :
- impl_ (TAO_POLICY_POA_SCOPE)
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
+TAO_POA_Policy_Set::TAO_POA_Policy_Set (void)
+ : impl_ (TAO_POLICY_POA_SCOPE)
{
}
@@ -89,3 +90,5 @@ TAO_POA_Policy_Set::validate_policies (TAO_Policy_Validator &validator,
}
}
}
+
+TAO_END_VERSIONED_NAMESPACE_DECL