summaryrefslogtreecommitdiff
path: root/TAO/tao/Connector_Registry.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Connector_Registry.h')
-rw-r--r--TAO/tao/Connector_Registry.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tao/Connector_Registry.h b/TAO/tao/Connector_Registry.h
index d9ffdc92fee..28710b174be 100644
--- a/TAO/tao/Connector_Registry.h
+++ b/TAO/tao/Connector_Registry.h
@@ -83,14 +83,14 @@ public:
* connector.
*/
int connect (TAO_GIOP_Invocation *invocation,
- TAO_Transport_Descriptor_Interface *desc,
- CORBA::Environment &ACE_TRY_ENV);
+ TAO_Transport_Descriptor_Interface *desc
+ TAO_ENV_ARG_DECL);
/// Parse a string containing a URL style IOR and return an
/// MProfile.
int make_mprofile (const char *ior,
- TAO_MProfile &mprofile,
- CORBA::Environment &ACE_TRY_ENV);
+ TAO_MProfile &mprofile
+ TAO_ENV_ARG_DECL);
/// Create a profile based on the contents of <cdr>
TAO_Profile* create_profile (TAO_InputCDR& cdr);