summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/EventHandler.h
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2002-06-27 21:02:54 +0000
committerMarc Laukien <marc@zeroc.com>2002-06-27 21:02:54 +0000
commite6b02c9be09773e58cbaec175fb180d58b8c4984 (patch)
tree5a4bf4277e5f8af1aea0ec10fe23b58c11b8de4e /cpp/src/Ice/EventHandler.h
parentfile IcePackAdmin.py was initially added on branch location. (diff)
downloadice-e6b02c9be09773e58cbaec175fb180d58b8c4984.tar.bz2
ice-e6b02c9be09773e58cbaec175fb180d58b8c4984.tar.xz
ice-e6b02c9be09773e58cbaec175fb180d58b8c4984.zip
started with connection verification
Diffstat (limited to 'cpp/src/Ice/EventHandler.h')
-rw-r--r--cpp/src/Ice/EventHandler.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/cpp/src/Ice/EventHandler.h b/cpp/src/Ice/EventHandler.h
index 3205f077489..db4700bd15d 100644
--- a/cpp/src/Ice/EventHandler.h
+++ b/cpp/src/Ice/EventHandler.h
@@ -59,13 +59,6 @@ public:
//
virtual void exception(const ::Ice::LocalException&) = 0;
- //
- // Try to destroy the event handler. Returns false if the event
- // handler cannot be destroyed because it is in use, or true
- // otherwise.
- //
-// virtual bool tryDestroy(const ThreadPoolPtr&) = 0;
-
protected:
EventHandler(const InstancePtr&);