Revert "Minor modernization of DynamicAny code"
[ACE_TAO.git] / TAO / tao / Policy_Manager.pidl
bloba30b55443e0d9e9d4baec9131408f6cc829efe2f
1 /**
2  * @file Policy_Manager.pidl
3  *
4  * @brief Pre-compiled IDL source for the CORBA::PolicyManager related
5  * classes.
6  */
8 #ifndef TAO_CORBA_POLICYMANAGER_PIDL
9 #define TAO_CORBA_POLICYMANAGER_PIDL
11 #include "tao/Policy.pidl"
13 #pragma prefix "omg.org"
15 module CORBA
17   local interface PolicyManager
18   {
19     PolicyList get_policy_overrides (in PolicyTypeSeq ts);
20     void set_policy_overrides (
21              in PolicyList policies,
22              in SetOverrideType set_add)
23         raises (InvalidPolicies);
24   };
27 #pragma prefix ""
29 #endif /* TAO_CORBA_POLICYMANAGER_PIDL */