diff options
Diffstat (limited to 'cpp/include/Ice/IncomingAsync.h')
-rw-r--r-- | cpp/include/Ice/IncomingAsync.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/cpp/include/Ice/IncomingAsync.h b/cpp/include/Ice/IncomingAsync.h index 67a7976b08f..f1b6d1034bb 100644 --- a/cpp/include/Ice/IncomingAsync.h +++ b/cpp/include/Ice/IncomingAsync.h @@ -46,15 +46,12 @@ public: protected: - void __response(bool); + void __response(); void __exception(const std::exception&); void __exception(); bool __validateResponse(bool); - // Inlined for speed optimization. - BasicStream* __getOs() { return &_os; } - private: // |