multiple bugs fixed

This commit is contained in:
Martin Sustrik
2009-08-27 16:24:21 +02:00
parent 67194267f8
commit 2dd5016515
10 changed files with 61 additions and 15 deletions

View File

@@ -42,8 +42,9 @@ namespace zmq
// Reads a message to the underlying pipe.
bool read (struct zmq_msg_t *msg_);
// Mnaipulation of index of the pipe.
void set_endpoint (i_endpoint *endpoint_);
// Mnaipulation of index of the pipe.
void set_index (int index_);
int get_index ();