summaryrefslogtreecommitdiff
path: root/src/select.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/select.hpp
parentb8b4acef4c2ba1a169ce84c1fb4c70a5676ebba3 (diff)
clean up - session/socket/engine stuff removed
Diffstat (limited to 'src/select.hpp')
-rw-r--r--src/select.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/select.hpp b/src/select.hpp
index c1e72a7..c442477 100644
--- a/src/select.hpp
+++ b/src/select.hpp
@@ -50,6 +50,7 @@ namespace zmq
public:
select_t ();
+ ~select_t ();
// i_poller implementation.
handle_t add_fd (fd_t fd_, i_poll_events *events_);
@@ -63,7 +64,6 @@ namespace zmq
int get_load ();
void start ();
void stop ();
- void join ();
private: