diff options
author | Mark Spruiell <mes@zeroc.com> | 2001-12-01 02:42:51 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2001-12-01 02:42:51 +0000 |
commit | 09c2594799a99322be9bb6a8152be3bad6dd5296 (patch) | |
tree | e1f957b171acf32393964eb036c30614e06eb619 /cpp/src | |
parent | stream fixes (diff) | |
download | ice-09c2594799a99322be9bb6a8152be3bad6dd5296.tar.bz2 ice-09c2594799a99322be9bb6a8152be3bad6dd5296.tar.xz ice-09c2594799a99322be9bb6a8152be3bad6dd5296.zip |
removing unused StateClosing; cleanup
Diffstat (limited to 'cpp/src')
-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 }; |