summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/InstrumentationI.h
diff options
context:
space:
mode:
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);
};