summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/InstrumentationI.h
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2012-09-14 09:38:12 +0200
committerBenoit Foucher <benoit@zeroc.com>2012-09-14 09:38:12 +0200
commit385eee21aa83ab84227900bef4e4f821e8f18ab8 (patch)
tree2d251648e791c0be499c50d14ccc1ec4626be29d /cpp/src/Ice/InstrumentationI.h
parentFixed IceGrid issue caused by skype_props merge (diff)
downloadice-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.h3
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);
};