summaryrefslogtreecommitdiff
path: root/TAO/tao/Request.h
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-08-22 00:50:00 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-08-22 00:50:00 +0000
commit848b63fd26b71a0d53e1d5d9e18a310fdece5056 (patch)
treef658863674a9979b635a9961af822dcd796d166c /TAO/tao/Request.h
parent97bb12eea1d8ad0c69b0339c9d91687ef07ece6d (diff)
downloadATCD-848b63fd26b71a0d53e1d5d9e18a310fdece5056.tar.gz
ChangeLogTag:Fri Aug 21 19:22:27 1998 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/Request.h')
-rw-r--r--TAO/tao/Request.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Request.h b/TAO/tao/Request.h
index 2b7f0e4e2e5..d7265f5b68f 100644
--- a/TAO/tao/Request.h
+++ b/TAO/tao/Request.h
@@ -44,7 +44,7 @@ public:
CORBA::ExceptionList_ptr exceptions (void);
// Return the exceptions resulting from this request.
- CORBA::Environment *env (void);
+ CORBA_Environment *env (void);
// Return the <Environment> for this request.
void invoke (void);
@@ -96,7 +96,7 @@ private:
CORBA::Flags flags_;
// invocation flags
- CORBA::Environment env_;
+ CORBA_Environment env_;
// holds exceptions
CORBA::ExceptionList exceptions_;