summaryrefslogtreecommitdiff
path: root/TAO/tao/BiDir_Adapter.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/BiDir_Adapter.h')
-rw-r--r--TAO/tao/BiDir_Adapter.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tao/BiDir_Adapter.h b/TAO/tao/BiDir_Adapter.h
index 3a2cd6ee2e0..443e2101691 100644
--- a/TAO/tao/BiDir_Adapter.h
+++ b/TAO/tao/BiDir_Adapter.h
@@ -42,13 +42,13 @@ public:
/// Activate the BiDirGIOP library
virtual int activate (CORBA::ORB_ptr,
int argc,
- char *argv [],
- CORBA::Environment &ACE_TRY_ENV)
+ char *argv []
+ TAO_ENV_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException)) = 0;
virtual int parse_policy (TAO_ORB_Core *orb_core,
- CORBA::Policy_ptr policy,
- CORBA::Environment &ACE_TRY_ENV)
+ CORBA::Policy_ptr policy
+ TAO_ENV_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException)) = 0;
};