diff options
Diffstat (limited to 'cpp/include/Ice/Incoming.h')
-rw-r--r-- | cpp/include/Ice/Incoming.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cpp/include/Ice/Incoming.h b/cpp/include/Ice/Incoming.h index d95fb113731..d3637328a5d 100644 --- a/cpp/include/Ice/Incoming.h +++ b/cpp/include/Ice/Incoming.h @@ -41,7 +41,7 @@ public: protected: - IncomingBase(Instance*, ResponseHandler*, Ice::Connection*, const Ice::ObjectAdapterPtr&, bool, Ice::Byte, + IncomingBase(Instance*, ResponseHandler*, Ice::Connection*, const Ice::ObjectAdapterPtr&, bool, Ice::Byte, Ice::Int); IncomingBase(IncomingBase&); // Adopts the argument. It must not be used afterwards. @@ -91,8 +91,8 @@ public: void pop(); void startOver(); void killAsync(); - void setActive(IncomingAsync&); - + void setActive(IncomingAsyncPtr); + bool isRetriable() { return _inParamPos != 0; @@ -126,7 +126,7 @@ public: private: Ice::InputStream* _is; - + IncomingAsyncPtr _cb; Ice::Byte* _inParamPos; }; |