Rename i_inout to i_engine_sink

Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
This commit is contained in:
Martin Sustrik
2011-06-27 18:16:53 +02:00
parent 3ae73ee11f
commit f8bf3a4cef
15 changed files with 81 additions and 111 deletions

View File

@@ -184,7 +184,7 @@ namespace zmq
decoder_t (size_t bufsize_, int64_t maxmsgsize_);
~decoder_t ();
void set_inout (struct i_inout *destination_);
void set_sink (struct i_engine_sink *sink_);
private:
@@ -193,7 +193,7 @@ namespace zmq
bool flags_ready ();
bool message_ready ();
struct i_inout *destination;
struct i_engine_sink *sink;
unsigned char tmpbuf [8];
msg_t in_progress;