summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/Ice/Collector.h3
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
};