summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/ConnectionI.h
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2014-09-05 13:17:45 +0200
committerBenoit Foucher <benoit@zeroc.com>2014-09-05 13:17:45 +0200
commit65d91832bd0f6bf55bfefd1244582cec2e5139dc (patch)
treee8aa359587a3605a5c6fa79f0842321554449c0b /cpp/src/Ice/ConnectionI.h
parentJS minor fix, remove unused variables (diff)
downloadice-65d91832bd0f6bf55bfefd1244582cec2e5139dc.tar.bz2
ice-65d91832bd0f6bf55bfefd1244582cec2e5139dc.tar.xz
ice-65d91832bd0f6bf55bfefd1244582cec2e5139dc.zip
Added back to optmization to not call connection dispatch if not necessary
Diffstat (limited to 'cpp/src/Ice/ConnectionI.h')
-rw-r--r--cpp/src/Ice/ConnectionI.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/ConnectionI.h b/cpp/src/Ice/ConnectionI.h
index b7254df51ba..d9ff91c5f53 100644
--- a/cpp/src/Ice/ConnectionI.h
+++ b/cpp/src/Ice/ConnectionI.h
@@ -268,7 +268,7 @@ private:
#endif
IceInternal::SocketOperation parseMessage(IceInternal::BasicStream&, Int&, Int&, Byte&,
IceInternal::ServantManagerPtr&, ObjectAdapterPtr&,
- IceInternal::OutgoingAsyncPtr&, ConnectionCallbackPtr&);
+ IceInternal::OutgoingAsyncPtr&, ConnectionCallbackPtr&, int&);
void invokeAll(IceInternal::BasicStream&, Int, Int, Byte,
const IceInternal::ServantManagerPtr&, const ObjectAdapterPtr&);