Code cleanup

This commit is contained in:
Thomas Rodgers
2015-02-18 21:24:57 -06:00
parent cf0804bb7c
commit 4b948b1f3b
2 changed files with 12 additions and 11 deletions

View File

@@ -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;