summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/Policy_Validator.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/Policy_Validator.h')
-rw-r--r--TAO/tao/PortableServer/Policy_Validator.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/TAO/tao/PortableServer/Policy_Validator.h b/TAO/tao/PortableServer/Policy_Validator.h
index f9d94ef0630..f5ab17b78d4 100644
--- a/TAO/tao/PortableServer/Policy_Validator.h
+++ b/TAO/tao/PortableServer/Policy_Validator.h
@@ -42,14 +42,14 @@ public:
* are consistent and legal. Throw an appropriate exception
* if that is not the case.
*/
- void validate (TAO_Policy_Set &policies,
- CORBA::Environment &ACE_TRY_ENV);
+ void validate (TAO_Policy_Set &policies
+ TAO_ENV_ARG_DECL);
/**
* Add/merge policies.
**/
- void merge_policies (TAO_Policy_Set &policies,
- CORBA::Environment &ACE_TRY_ENV);
+ void merge_policies (TAO_Policy_Set &policies
+ TAO_ENV_ARG_DECL);
/**
* Return whether the specified policy type is legal for the
@@ -70,11 +70,11 @@ public:
protected:
- virtual void validate_impl (TAO_Policy_Set &policies,
- CORBA::Environment &ACE_TRY_ENV) = 0;
+ virtual void validate_impl (TAO_Policy_Set &policies
+ TAO_ENV_ARG_DECL) = 0;
- virtual void merge_policies_impl (TAO_Policy_Set &policies,
- CORBA::Environment &ACE_TRY_ENV) = 0;
+ virtual void merge_policies_impl (TAO_Policy_Set &policies
+ TAO_ENV_ARG_DECL) = 0;
virtual CORBA::Boolean legal_policy_impl (CORBA::PolicyType type) = 0;