summaryrefslogtreecommitdiff
path: root/cpp/include/Ice/Outgoing.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/include/Ice/Outgoing.h')
-rw-r--r--cpp/include/Ice/Outgoing.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/include/Ice/Outgoing.h b/cpp/include/Ice/Outgoing.h
index 29fc2853bcd..cf2dfac20ff 100644
--- a/cpp/include/Ice/Outgoing.h
+++ b/cpp/include/Ice/Outgoing.h
@@ -19,7 +19,7 @@
#include <Ice/ReferenceF.h>
#include <Ice/BasicStream.h>
#include <Ice/Current.h>
-#include <Ice/Observer.h>
+#include <Ice/ObserverHelper.h>
#include <memory>
namespace Ice
@@ -146,7 +146,7 @@ private:
// deleted while a stack-allocated Outgoing still holds it.
//
RequestHandler* _handler;
- Ice::Instrumentation::RequestObserverPtr _observer;
+ ObserverHelperT<> _observer;
std::auto_ptr<Ice::LocalException> _exception;