diff options
author | bala <balanatarajan@users.noreply.github.com> | 2000-10-02 18:07:08 +0000 |
---|---|---|
committer | bala <balanatarajan@users.noreply.github.com> | 2000-10-02 18:07:08 +0000 |
commit | a93e7eeab203cbfe134cf9108adac04ae144dc95 (patch) | |
tree | cfc0ba32ec7618eef11632757a2571bfe380e63f /TAO/tao/Invocation.i | |
parent | 4e593887dff15bc442dfa94d71f95f502d571107 (diff) | |
download | ATCD-a93e7eeab203cbfe134cf9108adac04ae144dc95.tar.gz |
ChangeLogTag: Mon Oct 2 10:58:55 2000 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/Invocation.i')
-rw-r--r-- | TAO/tao/Invocation.i | 9 |
1 files changed, 8 insertions, 1 deletions
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 ()) |