diff options
author | Benoit Foucher <benoit@zeroc.com> | 2013-02-28 11:59:03 +0100 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2013-02-28 11:59:03 +0100 |
commit | 48c39401d643c85e0297cd87c6d3d87763063794 (patch) | |
tree | 50a8456ede6176f0f00dcf53501cdbf55252de33 /cpp/src/Ice/ConnectionI.h | |
parent | minor tweaks to CHANGES (diff) | |
download | ice-48c39401d643c85e0297cd87c6d3d87763063794.tar.bz2 ice-48c39401d643c85e0297cd87c6d3d87763063794.tar.xz ice-48c39401d643c85e0297cd87c6d3d87763063794.zip |
Fixed ICE-5287 - assert in connection metrics code
Diffstat (limited to 'cpp/src/Ice/ConnectionI.h')
-rw-r--r-- | cpp/src/Ice/ConnectionI.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/Ice/ConnectionI.h b/cpp/src/Ice/ConnectionI.h index 21d692d7536..4252d07607f 100644 --- a/cpp/src/Ice/ConnectionI.h +++ b/cpp/src/Ice/ConnectionI.h @@ -77,6 +77,8 @@ class ICE_API ConnectionI : public Connection, public IceInternal::EventHandler, void startWrite(Ice::Byte*); void finishWrite(Ice::Byte*); + void attach(const Ice::Instrumentation::ConnectionObserverPtr&); + private: Ice::Byte* _readStreamPos; |