From 14a14d3eabc8eca288d707105d2fcbd0a7552c4b Mon Sep 17 00:00:00 2001 From: coryan Date: Mon, 30 Mar 1998 16:38:05 +0000 Subject: ChangeLogTag:Mon Mar 30 10:28:05 1998 Carlos O'Ryan --- TAO/tao/GIOP.i | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'TAO/tao/GIOP.i') diff --git a/TAO/tao/GIOP.i b/TAO/tao/GIOP.i index 65c9b022704..f5a9319fa70 100644 --- a/TAO/tao/GIOP.i +++ b/TAO/tao/GIOP.i @@ -1,4 +1,7 @@ // This may look like C, but it's really -*- C++ -*- +// +// $Id$ +// ACE_INLINE TAO_GIOP_LocateRequestHeader::TAO_GIOP_LocateRequestHeader (void) @@ -16,7 +19,7 @@ TAO_GIOP_Invocation::get_value (CORBA::TypeCode_ptr tc, void *value, CORBA::Environment &env) { - (void) this->stream_.decode (tc, value, 0, env); + (void) this->inp_stream_.decode (tc, value, 0, env); } ACE_INLINE void @@ -24,11 +27,14 @@ TAO_GIOP_Invocation::put_param (CORBA::TypeCode_ptr tc, void *value, CORBA::Environment &env) { - (void) this->stream_.encode (tc, value, 0, env); + (void) this->out_stream_.encode (tc, value, 0, env); } +#if 0 +// @@ TODO ACE_INLINE CDR & TAO_GIOP_Invocation::stream (void) { return this->stream_; } +#endif /* 0 */ -- cgit v1.2.1