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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/Ice/ConnectionI.h b/cpp/src/Ice/ConnectionI.h
index 3ecec79a247..6ed4618eed7 100644
--- a/cpp/src/Ice/ConnectionI.h
+++ b/cpp/src/Ice/ConnectionI.h
@@ -212,7 +212,7 @@ public:
#endif
virtual void message(IceInternal::ThreadPoolCurrent&);
- virtual void finished(IceInternal::ThreadPoolCurrent&);
+ virtual void finished(IceInternal::ThreadPoolCurrent&, bool);
virtual std::string toString() const; // From Connection and EvantHandler.
virtual IceInternal::NativeInfoPtr getNativeInfo();
@@ -228,7 +228,7 @@ public:
void dispatch(const StartCallbackPtr&, const std::vector<OutgoingMessage>&, Byte, Int, Int,
const IceInternal::ServantManagerPtr&, const ObjectAdapterPtr&, const IceInternal::OutgoingAsyncPtr&,
const ConnectionCallbackPtr&, IceInternal::BasicStream&);
- void finish();
+ void finish(bool);
void closeCallback(const ConnectionCallbackPtr&);