summaryrefslogtreecommitdiff
path: root/TAO/tao/Policy_Current_Impl.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Policy_Current_Impl.inl')
-rw-r--r--TAO/tao/Policy_Current_Impl.inl5
1 files changed, 5 insertions, 0 deletions
diff --git a/TAO/tao/Policy_Current_Impl.inl b/TAO/tao/Policy_Current_Impl.inl
index 92838269eec..c7cc06d9743 100644
--- a/TAO/tao/Policy_Current_Impl.inl
+++ b/TAO/tao/Policy_Current_Impl.inl
@@ -1,5 +1,9 @@
+// -*- C++ -*-
+//
// $Id$
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
ACE_INLINE
TAO_Policy_Current_Impl::TAO_Policy_Current_Impl (void)
: manager_impl_ (TAO_POLICY_THREAD_SCOPE)
@@ -22,3 +26,4 @@ TAO_Policy_Current_Impl::get_cached_policy (TAO_Cached_Policy_Type type
ACE_ENV_ARG_PARAMETER);
}
+TAO_END_VERSIONED_NAMESPACE_DECL