Commit 92b02b98 authored by Pieter Hintjens's avatar Pieter Hintjens

Merge pull request #579 from ianbarber/master

Clean up socket_type_string
parents 1fe78206 cabf4e65
......@@ -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