summaryrefslogtreecommitdiff
path: root/cpp/include/Ice/Incoming.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/include/Ice/Incoming.h')
-rw-r--r--cpp/include/Ice/Incoming.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/cpp/include/Ice/Incoming.h b/cpp/include/Ice/Incoming.h
index 9c33f74fc1d..9ee79a8e230 100644
--- a/cpp/include/Ice/Incoming.h
+++ b/cpp/include/Ice/Incoming.h
@@ -18,9 +18,8 @@
#include <Ice/Object.h>
#include <Ice/Current.h>
#include <Ice/IncomingAsyncF.h>
-#include <Ice/ObserverF.h>
+#include <Ice/ObserverHelper.h>
-#include <IceUtil/StopWatch.h>
#include <deque>
@@ -55,7 +54,7 @@ protected:
Ice::ObjectPtr _servant;
Ice::ServantLocatorPtr _locator;
Ice::LocalObjectPtr _cookie;
- Ice::Instrumentation::RequestObserverPtr _observer;
+ ObserverHelperT<Ice::Instrumentation::Observer> _observer;
bool _response;
Ice::Byte _compress;