mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-14 23:07:59 +02:00
Code cleanup
This commit is contained in:
@@ -77,7 +77,6 @@ namespace zmq
|
||||
void timer_event (int id_);
|
||||
|
||||
private:
|
||||
|
||||
// Unplug the engine from the session.
|
||||
void unplug ();
|
||||
|
||||
@@ -115,6 +114,9 @@ namespace zmq
|
||||
|
||||
void set_handshake_timer();
|
||||
|
||||
typedef metadata_t::dict_t properties_t;
|
||||
bool init_properties (properties_t & properties);
|
||||
|
||||
// Underlying socket.
|
||||
fd_t s;
|
||||
|
||||
|
Reference in New Issue
Block a user