summaryrefslogtreecommitdiff
path: root/TAO/tao/svrrqst.i
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/svrrqst.i')
-rw-r--r--TAO/tao/svrrqst.i14
1 files changed, 7 insertions, 7 deletions
diff --git a/TAO/tao/svrrqst.i b/TAO/tao/svrrqst.i
index 4a9967ab70e..c89917e7c67 100644
--- a/TAO/tao/svrrqst.i
+++ b/TAO/tao/svrrqst.i
@@ -2,12 +2,12 @@ ACE_INLINE
IIOP_ServerRequest::IIOP_ServerRequest(CDR *msg,
CORBA::ORB_ptr the_orb,
CORBA::BOA_ptr the_boa)
- : _incoming (msg),
- _params (0),
- _retval (0),
- _exception (0),
- _ex_type (CORBA::NO_EXCEPTION),
+ : incoming_ (msg),
+ params_ (0),
+ retval_ (0),
+ exception_ (0),
+ ex_type_ (CORBA::NO_EXCEPTION),
refcount_ (1),
- _orb (the_orb),
- _boa (the_boa)
+ orb_ (the_orb),
+ boa_ (the_boa)
{}