Check socket types during mechanism handshake

This commit is contained in:
Martin Hurton
2013-07-01 10:04:54 +02:00
parent 58b1082467
commit 783bb890a9
12 changed files with 51 additions and 58 deletions

View File

@@ -107,9 +107,6 @@ namespace zmq
void send_zap_request (const uint8_t *key);
int receive_and_process_zap_reply ();
virtual int property (const std::string name,
const void *value, size_t length);
};
}