From a9bd56a4f7b7958e87e13752c287f5056b7e3fdb Mon Sep 17 00:00:00 2001 From: coryan Date: Thu, 3 Jun 1999 20:23:35 +0000 Subject: ChangeLogTag:Thu Jun 3 15:16:04 1999 Carlos O'Ryan --- TAO/tao/UIOP_Connect.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'TAO/tao/UIOP_Connect.h') 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 , setting // to zero if the request is for a oneway or // non-zero if for a two-way and 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 , // setting to one if no errors are encountered. // The LocateRequestReply is placed into . In case of -- cgit v1.2.1