Code formatting + reverted hard error handshake fail

- Moved new events in draft section + added to zmq_draft.h
 - Removed the remainning tabs
 - Reverted the hard error (back to soft error) in curve_server.cpp

=> The feature doesn't works anymore
This commit is contained in:
Vincent Tellier
2016-12-30 18:26:56 +01:00
parent b6e9e0c2d3
commit 48bc75e8a1
6 changed files with 21 additions and 16 deletions

View File

@@ -134,7 +134,7 @@ namespace zmq
void event_close_failed (const std::string &addr_, int err_);
void event_disconnected (const std::string &addr_, zmq::fd_t fd_);
void event_handshake_failed(const std::string &addr_, int err_);
void event_handshake_succeed(const std::string &addr_, int err_);
void event_handshake_succeed(const std::string &addr_, int err_);
protected: