separate class for PUB-style socket added

This commit is contained in:
Martin Sustrik
2009-09-11 18:16:47 +02:00
parent e940878b3f
commit 47350adcb6
7 changed files with 103 additions and 4 deletions

View File

@@ -37,6 +37,8 @@ namespace zmq
// Overloads of API functions from socket_base_t.
int setsockopt (int option_, const void *optval_, size_t optvallen_);
int send (struct zmq_msg_t *msg_, int flags_);
int flush ();
int recv (struct zmq_msg_t *msg_, int flags_);
private: