diff options
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/src/Ice/Collector.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cpp/src/Ice/Collector.h b/cpp/src/Ice/Collector.h index 38b8cede96e..7c52df3290e 100644 --- a/cpp/src/Ice/Collector.h +++ b/cpp/src/Ice/Collector.h @@ -44,8 +44,6 @@ public: bool destroyed() const; void hold(); void activate(); - void prepareReply(Incoming*); - void sendReply(Incoming*); // // Operations from EventHandler @@ -119,7 +117,6 @@ private: { StateActive, StateHolding, - StateClosing, StateClosed }; |