summaryrefslogtreecommitdiff
path: root/TAO/tao/UIOP_Connect.h
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-03 20:23:35 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-03 20:23:35 +0000
commita9bd56a4f7b7958e87e13752c287f5056b7e3fdb (patch)
tree8c4c5f9b7c85a50b26ec8a62898784e9e1f0f607 /TAO/tao/UIOP_Connect.h
parentd8a6f7fedc4ba8f53b5a17ee4b33ee0a75a8c352 (diff)
downloadATCD-a9bd56a4f7b7958e87e13752c287f5056b7e3fdb.tar.gz
ChangeLogTag:Thu Jun 3 15:16:04 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/UIOP_Connect.h')
-rw-r--r--TAO/tao/UIOP_Connect.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/TAO/tao/UIOP_Connect.h b/TAO/tao/UIOP_Connect.h
index 2ae859bb701..9ad1e00daf0 100644
--- a/TAO/tao/UIOP_Connect.h
+++ b/TAO/tao/UIOP_Connect.h
@@ -132,7 +132,8 @@ public:
TAO_OutputCDR &response,
CORBA::Boolean &response_required,
CORBA::ULong &request_id,
- CORBA_Environment &TAO_IN_ENV = CORBA::default_environment ());
+ CORBA_Environment &TAO_IN_ENV =
+ TAO_default_environment ());
// Handle processing of the request residing in <msg>, setting
// <response_required> to zero if the request is for a oneway or
// non-zero if for a two-way and <response> to any necessary
@@ -149,7 +150,8 @@ protected:
TAO_OutputCDR &response,
CORBA::Boolean &response_required,
CORBA::ULong &request_id,
- CORBA_Environment &TAO_IN_ENV = CORBA::default_environment ());
+ CORBA_Environment &TAO_IN_ENV =
+ TAO_default_environment ());
// Handle processing of the location request residing in <msg>,
// setting <response_required> to one if no errors are encountered.
// The LocateRequestReply is placed into <response>. In case of