diff options
Diffstat (limited to 'cpp/include/Ice/Outgoing.h')
-rw-r--r-- | cpp/include/Ice/Outgoing.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/include/Ice/Outgoing.h b/cpp/include/Ice/Outgoing.h index 0f4abee7487..fd1ef681f21 100644 --- a/cpp/include/Ice/Outgoing.h +++ b/cpp/include/Ice/Outgoing.h @@ -77,7 +77,7 @@ class ICE_API Outgoing : public OutgoingMessageCallback { public: - Outgoing(RequestHandler*, const std::string&, Ice::OperationMode, const Ice::Context*); + Outgoing(RequestHandler*, const std::string&, Ice::OperationMode, const Ice::Context*, InvocationObserver&); ~Outgoing(); bool invoke(); // Returns true if ok, false if user exception. @@ -145,7 +145,7 @@ private: // deleted while a stack-allocated Outgoing still holds it. // RequestHandler* _handler; - ObserverHelperT<> _observer; + InvocationObserver& _observer; std::auto_ptr<Ice::LocalException> _exception; |