#include "tao/Policy_Manager.h"
Go to the source code of this file.
Functions | |
| ACE_RCSID (tao, Policy_Manager,"$Id: Policy_Manager.cpp 76995 2007-02-11 12:51:42Z johnnyw $") 1 CORBA | |
| ACE_RCSID | ( | tao | , | |
| Policy_Manager | , | |||
| "$Id: Policy_Manager.cpp 76995 2007-02-11 12:51:42Z johnnyw $" | ||||
| ) |
Definition at line 12 of file Policy_Manager.cpp.
00014 : Policy_Manager.cpp 76995 2007-02-11 12:51:42Z johnnyw $") 00015 00016 TAO_BEGIN_VERSIONED_NAMESPACE_DECL 00017 00018 CORBA::PolicyList * 00019 TAO_Policy_Manager::get_policy_overrides (const CORBA::PolicyTypeSeq & ts) 00020 { 00021 ACE_GUARD_RETURN (TAO_SYNCH_MUTEX, ace_mon, this->mutex_, 0); 00022 return this->impl_.get_policy_overrides (ts); 00023 }
1.6.1