diff options
author | gokhale <gokhale@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-04-23 21:18:52 +0000 |
---|---|---|
committer | gokhale <gokhale@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-04-23 21:18:52 +0000 |
commit | 99df1ccdfae63a27750f2af89b98001458d72f51 (patch) | |
tree | 705167126a9f07fc34d50ee0ce41dee68800ff8e /TAO/tao/GIOP.i | |
parent | 339eb098d8706482a57eaa01b41b8c66d1226ec5 (diff) | |
download | ATCD-99df1ccdfae63a27750f2af89b98001458d72f51.tar.gz |
*** empty log message ***
Diffstat (limited to 'TAO/tao/GIOP.i')
-rw-r--r-- | TAO/tao/GIOP.i | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/TAO/tao/GIOP.i b/TAO/tao/GIOP.i index f5a9319fa70..71784475b7e 100644 --- a/TAO/tao/GIOP.i +++ b/TAO/tao/GIOP.i @@ -30,6 +30,18 @@ TAO_GIOP_Invocation::put_param (CORBA::TypeCode_ptr tc, (void) this->out_stream_.encode (tc, value, 0, env); } +ACE_INLINE TAO_InputCDR & +TAO_GIOP_Invocation::inp_stream (void) +{ + return this->inp_stream_; +} + +ACE_INLINE TAO_OutputCDR & +TAO_GIOP_Invocation::out_stream (void) +{ + return this->out_stream_; +} + #if 0 // @@ TODO ACE_INLINE CDR & |