diff options
author | Bernard Normier <bernard@zeroc.com> | 2007-09-18 11:21:00 -0400 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2007-09-18 11:21:00 -0400 |
commit | 15fec2519f3bbea20349aa971f8a76cfa7c83363 (patch) | |
tree | be529a224ece49a857f30e44af2888a95639868f /cpp/src/Ice/ObjectAdapterI.h | |
parent | Added comment to CHANGES (diff) | |
download | ice-15fec2519f3bbea20349aa971f8a76cfa7c83363.tar.bz2 ice-15fec2519f3bbea20349aa971f8a76cfa7c83363.tar.xz ice-15fec2519f3bbea20349aa971f8a76cfa7c83363.zip |
Squashed commit of the following:
commit 70a72ca50d39f20ab8d850f0842a8cd2c2a8351d
Author: Bernard Normier <bernard@zeroc.com>
Date: Tue Sep 18 11:18:19 2007 -0400
Bug fixes
commit 2983094468845f39614128cd82973b9c503680a5
Author: Bernard Normier <bernard@zeroc.com>
Date: Fri Sep 7 11:00:18 2007 -0400
First commit for bug 1532
Diffstat (limited to 'cpp/src/Ice/ObjectAdapterI.h')
-rw-r--r-- | cpp/src/Ice/ObjectAdapterI.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/cpp/src/Ice/ObjectAdapterI.h b/cpp/src/Ice/ObjectAdapterI.h index b0e567837c3..84322f3a495 100644 --- a/cpp/src/Ice/ObjectAdapterI.h +++ b/cpp/src/Ice/ObjectAdapterI.h @@ -27,7 +27,6 @@ #include <Ice/LocatorInfoF.h> #include <Ice/ThreadPoolF.h> #include <Ice/Exception.h> -#include <Ice/Process.h> #include <Ice/BuiltinSequences.h> #include <list> @@ -130,20 +129,6 @@ private: bool _threadPerConnection; size_t _threadPerConnectionStackSize; Identity _processId; - - class ProcessI : public Process - { - public: - - ProcessI(const CommunicatorPtr&); - - virtual void shutdown(const Current&); - virtual void writeMessage(const std::string&, Int, const Current&); - - private: - - const CommunicatorPtr _communicator; - }; }; } |