summaryrefslogtreecommitdiff
path: root/src/i_poller.hpp
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@fastmq.commkdir>2009-08-06 12:51:32 +0200
committerMartin Sustrik <sustrik@fastmq.commkdir>2009-08-06 12:51:32 +0200
commit0b5cc026fbe7ccc6de66907be29471562a2d344d (patch)
treea6051f238152e2261ea48942f0c216a3984cc9fd /src/i_poller.hpp
parentb8b4acef4c2ba1a169ce84c1fb4c70a5676ebba3 (diff)
clean up - session/socket/engine stuff removed
Diffstat (limited to 'src/i_poller.hpp')
-rw-r--r--src/i_poller.hpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/i_poller.hpp b/src/i_poller.hpp
index 52ca095..2665e82 100644
--- a/src/i_poller.hpp
+++ b/src/i_poller.hpp
@@ -75,13 +75,8 @@ namespace zmq
// This method is called from a foreign thread.
virtual void start () = 0;
- // Ask underlying I/O thread to stop. This method is called from
- // underlying thread (callback from io_thread object).
+ // Ask underlying I/O thread to stop.
virtual void stop () = 0;
-
- // Wait for termination of undelying I/O thread.
- // This method is called from a foreign thread.
- virtual void join () = 0;
};
}