fix bug zmq4.x PUB msg to ZMTP1.0 SUB server

This commit is contained in:
laplaceyang
2016-12-15 20:29:58 +08:00
parent f9d231437a
commit 8e8fdcc9ed
2 changed files with 13 additions and 23 deletions

View File

@@ -116,8 +116,6 @@ namespace zmq
void mechanism_ready ();
int write_subscription_msg (msg_t *msg_);
size_t add_property (unsigned char *ptr,
const char *name, const void *value, size_t value_len);