summaryrefslogtreecommitdiff
path: root/TAO/tao/Connector_Registry.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2001-12-08 21:59:30 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2001-12-08 21:59:30 +0000
commitb11770b30f8b58d20fe2d61846bfa3fc5354ee7e (patch)
tree6939cf1ed0a80ce8a3224d33f3d23c0e1b9a517f /TAO/tao/Connector_Registry.h
parent8fd5b8293423d91c699711bce0f3551cb8c20a69 (diff)
downloadATCD-b11770b30f8b58d20fe2d61846bfa3fc5354ee7e.tar.gz
Merged corba-env-clean branch.
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);