Commit cabf4e65 authored by Ian Barber's avatar Ian Barber

Comments to clarify the socket name function

parent 1fe78206
......@@ -58,6 +58,8 @@ namespace zmq
protected:
// Only used to identify the socket for the Socket-Type
// property in the wire protocol.
const char *socket_type_string (int socket_type) const;
size_t add_property (unsigned char *ptr, const char *name,
......
......@@ -109,8 +109,6 @@ namespace zmq
size_t add_property (unsigned char *ptr,
const char *name, const void *value, size_t value_len);
const char *socket_type_string (int socket_type);
// Underlying socket.
fd_t s;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment