Policy_Current_Impl.inl

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 //
00003 // $Id: Policy_Current_Impl.inl 76687 2007-01-29 19:18:13Z johnnyw $
00004 
00005 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
00006 
00007 ACE_INLINE
00008 TAO_Policy_Current_Impl::TAO_Policy_Current_Impl (void)
00009   : manager_impl_ (TAO_POLICY_THREAD_SCOPE)
00010 {
00011 }
00012 
00013 ACE_INLINE CORBA::Policy_ptr
00014 TAO_Policy_Current_Impl::get_policy (CORBA::PolicyType policy)
00015 {
00016   return this->manager_impl_.get_policy (policy);
00017 }
00018 
00019 ACE_INLINE CORBA::Policy_ptr
00020 TAO_Policy_Current_Impl::get_cached_policy (TAO_Cached_Policy_Type type)
00021 {
00022   return this->manager_impl_.get_cached_policy (type);
00023 }
00024 
00025 TAO_END_VERSIONED_NAMESPACE_DECL

Generated on Tue Feb 2 17:37:52 2010 for TAO by  doxygen 1.4.7