diff options
Diffstat (limited to 'cppe/include/IceE/Outgoing.h')
-rw-r--r-- | cppe/include/IceE/Outgoing.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppe/include/IceE/Outgoing.h b/cppe/include/IceE/Outgoing.h index da84d8613e9..6b7242f801e 100644 --- a/cppe/include/IceE/Outgoing.h +++ b/cppe/include/IceE/Outgoing.h @@ -68,7 +68,7 @@ public: StateLocalException }; - Outgoing(Ice::Connection*, Reference*, const std::string&, Ice::OperationMode, const Ice::Context&); + Outgoing(Ice::Connection*, Reference*, const std::string&, Ice::OperationMode, const Ice::Context*); ~Outgoing() {} bool invoke(); // Returns true if ok, false if user exception. |