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