mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-28 19:52:00 +01:00
clean up - session/socket/engine stuff removed
This commit is contained in:
@@ -42,7 +42,7 @@ namespace zmq
|
||||
public:
|
||||
|
||||
kqueue_t ();
|
||||
virtual ~kqueue_t ();
|
||||
~kqueue_t ();
|
||||
|
||||
// i_poller implementation.
|
||||
handle_t add_fd (fd_t fd_, i_poll_events *events_);
|
||||
@@ -56,7 +56,6 @@ namespace zmq
|
||||
int get_load ();
|
||||
void start ();
|
||||
void stop ();
|
||||
void join ();
|
||||
|
||||
private:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user