Updated logging to include the class/method so that it is more obvious where these...
[ACE_TAO.git] / TAO / tao / Policy_Current_Impl.inl
blobb946ea2f974264bf8c49d4ab94a31f6e2bf48050
1 // -*- C++ -*-
2 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
4 ACE_INLINE
5 TAO_Policy_Current_Impl::TAO_Policy_Current_Impl (void)
6   : manager_impl_ (TAO_POLICY_THREAD_SCOPE)
10 ACE_INLINE CORBA::Policy_ptr
11 TAO_Policy_Current_Impl::get_policy (CORBA::PolicyType policy)
13   return this->manager_impl_.get_policy (policy);
16 ACE_INLINE CORBA::Policy_ptr
17 TAO_Policy_Current_Impl::get_cached_policy (TAO_Cached_Policy_Type type)
19   return this->manager_impl_.get_cached_policy (type);
22 TAO_END_VERSIONED_NAMESPACE_DECL