summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2001-12-01 02:42:51 +0000
committerMark Spruiell <mes@zeroc.com>2001-12-01 02:42:51 +0000
commit09c2594799a99322be9bb6a8152be3bad6dd5296 (patch)
treee1f957b171acf32393964eb036c30614e06eb619 /cpp
parentstream fixes (diff)
downloadice-09c2594799a99322be9bb6a8152be3bad6dd5296.tar.bz2
ice-09c2594799a99322be9bb6a8152be3bad6dd5296.tar.xz
ice-09c2594799a99322be9bb6a8152be3bad6dd5296.zip
removing unused StateClosing; cleanup
Diffstat (limited to 'cpp')
-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
};