summaryrefslogtreecommitdiff
path: root/TAO/tao/PolicyFactory_Registry.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PolicyFactory_Registry.h')
-rw-r--r--TAO/tao/PolicyFactory_Registry.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tao/PolicyFactory_Registry.h b/TAO/tao/PolicyFactory_Registry.h
index 4d262e0d8dd..04f3b15e32c 100644
--- a/TAO/tao/PolicyFactory_Registry.h
+++ b/TAO/tao/PolicyFactory_Registry.h
@@ -65,14 +65,14 @@ public:
/// initialization.
void register_policy_factory (
CORBA::PolicyType type,
- PortableInterceptor::PolicyFactory_ptr policy_factory,
- CORBA::Environment &ACE_TRY_ENV);
+ PortableInterceptor::PolicyFactory_ptr policy_factory
+ TAO_ENV_ARG_DECL);
/// Construct a policy of the given type with the information
/// contained in the CORBA::Any <value>.
CORBA::Policy_ptr create_policy (CORBA::PolicyType type,
- const CORBA::Any &value,
- CORBA::Environment &ACE_TRY_ENV)
+ const CORBA::Any &value
+ TAO_ENV_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException,
CORBA::PolicyError));