diff options
Diffstat (limited to 'cpp/include/Ice/OutgoingAsync.h')
-rw-r--r-- | cpp/include/Ice/OutgoingAsync.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/include/Ice/OutgoingAsync.h b/cpp/include/Ice/OutgoingAsync.h index 6fa3e254be9..7d8bbfde12f 100644 --- a/cpp/include/Ice/OutgoingAsync.h +++ b/cpp/include/Ice/OutgoingAsync.h @@ -40,7 +40,7 @@ public: protected: - void __prepare(const Ice::ObjectPrx&, const std::string&, Ice::OperationMode, const Ice::Context&); + void __prepare(const Ice::ObjectPrx&, const std::string&, Ice::OperationMode, const Ice::Context*); void __send(); virtual void __response(bool) = 0; @@ -76,7 +76,7 @@ public: virtual void ice_exception(const Ice::Exception&) = 0; void __invoke(const Ice::ObjectPrx&, const std::string& operation, OperationMode, - const std::vector<Ice::Byte>&, const Context&); + const std::vector<Ice::Byte>&, const Context*); protected: @@ -91,7 +91,7 @@ public: virtual void ice_exception(const Ice::Exception&) = 0; void __invoke(const Ice::ObjectPrx&, const std::string& operation, OperationMode, - const std::pair<const Byte*, const Byte*>&, const Context&); + const std::pair<const Byte*, const Byte*>&, const Context*); protected: |