summaryrefslogtreecommitdiff
path: root/TAO/tao/Invocation.h
diff options
context:
space:
mode:
authorbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-07-21 23:10:26 +0000
committerbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-07-21 23:10:26 +0000
commit7900114d2a32c952da00a14ad55aeb91a2cb93dd (patch)
tree3d5bce9360583ecf00caae8bace100476194bb07 /TAO/tao/Invocation.h
parent3508419a0cbcf6bd5c41d52a408ac51938cbe87e (diff)
downloadATCD-7900114d2a32c952da00a14ad55aeb91a2cb93dd.tar.gz
ChangeLogTag: Fri Jul 21 17:54:55 2000 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/Invocation.h')
-rw-r--r--TAO/tao/Invocation.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/TAO/tao/Invocation.h b/TAO/tao/Invocation.h
index 92d7cd21b6d..f02ea0ec2ff 100644
--- a/TAO/tao/Invocation.h
+++ b/TAO/tao/Invocation.h
@@ -237,6 +237,9 @@ public:
TAO_InputCDR &inp_stream (void);
// return the underlying input stream
+
+ void reset_reply_received (void);
+ // Reset the reply status
private:
int invoke_i (CORBA::Environment &ACE_TRY_ENV)
ACE_THROW_SPEC ((CORBA::SystemException));