diff options
author | Benoit Foucher <benoit@zeroc.com> | 2012-09-14 09:38:12 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2012-09-14 09:38:12 +0200 |
commit | 385eee21aa83ab84227900bef4e4f821e8f18ab8 (patch) | |
tree | 2d251648e791c0be499c50d14ccc1ec4626be29d /cpp/src/Ice/InstrumentationI.h | |
parent | Fixed IceGrid issue caused by skype_props merge (diff) | |
download | ice-385eee21aa83ab84227900bef4e4f821e8f18ab8.tar.bz2 ice-385eee21aa83ab84227900bef4e4f821e8f18ab8.tar.xz ice-385eee21aa83ab84227900bef4e4f821e8f18ab8.zip |
Fixed metrics tests
Diffstat (limited to 'cpp/src/Ice/InstrumentationI.h')
-rw-r--r-- | cpp/src/Ice/InstrumentationI.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cpp/src/Ice/InstrumentationI.h b/cpp/src/Ice/InstrumentationI.h index cc1390d442c..98d57454a3c 100644 --- a/cpp/src/Ice/InstrumentationI.h +++ b/cpp/src/Ice/InstrumentationI.h @@ -19,9 +19,6 @@ class ConnectionObserverI : public Ice::Instrumentation::ConnectionObserver, pub { public: - virtual void detach(); - - virtual void stateChanged(Ice::Instrumentation::ConnectionState, Ice::Instrumentation::ConnectionState); virtual void sentBytes(Ice::Int); virtual void receivedBytes(Ice::Int); }; |