summaryrefslogtreecommitdiff
path: root/TAO/tao/Invocation.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Invocation.h')
-rw-r--r--TAO/tao/Invocation.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/TAO/tao/Invocation.h b/TAO/tao/Invocation.h
index 1ab02b48a32..92d7cd21b6d 100644
--- a/TAO/tao/Invocation.h
+++ b/TAO/tao/Invocation.h
@@ -36,6 +36,7 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
+#include "tao/ORB_Core.h"
#include "tao/Any.h"
#include "tao/Synch_Reply_Dispatcher.h"
#include "tao/TAOC.h"
@@ -236,9 +237,6 @@ 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));