From a93e7eeab203cbfe134cf9108adac04ae144dc95 Mon Sep 17 00:00:00 2001 From: bala Date: Mon, 2 Oct 2000 18:07:08 +0000 Subject: ChangeLogTag: Mon Oct 2 10:58:55 2000 Balachandran Natarajan --- TAO/tao/Invocation.i | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'TAO/tao/Invocation.i') diff --git a/TAO/tao/Invocation.i b/TAO/tao/Invocation.i index b3d66f0b505..544fb1dee48 100644 --- a/TAO/tao/Invocation.i +++ b/TAO/tao/Invocation.i @@ -21,13 +21,20 @@ TAO_GIOP_Invocation::out_stream (void) return this->out_stream_; } +ACE_INLINE void +TAO_GIOP_Invocation::restart_flag (CORBA::Boolean flag) +{ + // Set the flag + this->restart_flag_ = flag; +} + // **************************************************************** ACE_INLINE TAO_GIOP_Twoway_Invocation:: TAO_GIOP_Twoway_Invocation (TAO_Stub *stub, const char *operation, - CORBA::ULong opname_len, + CORBA::ULong opname_len, TAO_ORB_Core *orb_core) : TAO_GIOP_Invocation (stub, operation, opname_len, orb_core), rd_ (orb_core, this->op_details_.service_info ()) -- cgit v1.2.1