Policy_Current_Impl.cpp

Go to the documentation of this file.
00001 // $Id: Policy_Current_Impl.cpp 76687 2007-01-29 19:18:13Z johnnyw $
00002 
00003 #include "tao/Policy_Current_Impl.h"
00004 
00005 #if (TAO_HAS_CORBA_MESSAGING == 1)
00006 
00007 #if !defined (__ACE_INLINE__)
00008 # include "tao/Policy_Current_Impl.inl"
00009 #endif /* ! __ACE_INLINE__ */
00010 
00011 ACE_RCSID (tao,
00012            Policy_Manager,
00013            "$Id: Policy_Current_Impl.cpp 76687 2007-01-29 19:18:13Z johnnyw $")
00014 
00015 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
00016 
00017 void
00018 TAO_Policy_Current_Impl::set_policy_overrides (
00019     const CORBA::PolicyList & policies,
00020     CORBA::SetOverrideType set_add)
00021 {
00022   this->manager_impl_.set_policy_overrides (policies, set_add);
00023 }
00024 
00025 CORBA::PolicyList *
00026 TAO_Policy_Current_Impl::get_policy_overrides (const CORBA::PolicyTypeSeq & ts)
00027 {
00028   return this->manager_impl_.get_policy_overrides (ts);
00029 }
00030 
00031 TAO_END_VERSIONED_NAMESPACE_DECL
00032 
00033 #endif /* TAO_HAS_CORBA_MESSAGING == 1 */

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