summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/ConnectionI.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Ice/ConnectionI.h')
-rw-r--r--cpp/src/Ice/ConnectionI.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/cpp/src/Ice/ConnectionI.h b/cpp/src/Ice/ConnectionI.h
index 66e2524ae3d..35fc241f7b2 100644
--- a/cpp/src/Ice/ConnectionI.h
+++ b/cpp/src/Ice/ConnectionI.h
@@ -104,6 +104,12 @@ public:
virtual void flushBatchRequests(); // From Connection.
+ virtual AsyncResultPtr begin_flushBatchRequests();
+ virtual AsyncResultPtr begin_flushBatchRequests(const CallbackPtr&, const LocalObjectPtr& = 0);
+ virtual AsyncResultPtr begin_flushBatchRequests(const Callback_Connection_flushBatchRequestsPtr&,
+ const LocalObjectPtr& = 0);
+ virtual void end_flushBatchRequests(const AsyncResultPtr&);
+
bool flushBatchRequests(IceInternal::BatchOutgoing*);
IceInternal::AsyncStatus flushAsyncBatchRequests(const IceInternal::BatchOutgoingAsyncPtr&);
@@ -258,6 +264,8 @@ private:
int connectTimeout();
int closeTimeout();
+ AsyncResultPtr begin_flushBatchRequestsInternal(const IceInternal::CallbackBasePtr&, const LocalObjectPtr&);
+
const IceInternal::TransceiverPtr _transceiver;
const IceInternal::InstancePtr _instance;
const IceInternal::ConnectionReaperPtr _reaper;