summaryrefslogtreecommitdiff
path: root/src/zmq_encoder.cpp
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2010-05-05 14:24:54 +0200
committerMartin Sustrik <sustrik@250bpm.com>2010-05-05 14:24:54 +0200
commit835e893e54598ff474067cc68b787440baf6b05c (patch)
treeb529fbc8fea71f01a38064a65722924cdcbc4ed4 /src/zmq_encoder.cpp
parent10f5334f2891b187ce57f38186cf977406097ab0 (diff)
dispatcher_t class renamed to ctx_t
Diffstat (limited to 'src/zmq_encoder.cpp')
-rw-r--r--src/zmq_encoder.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zmq_encoder.cpp b/src/zmq_encoder.cpp
index af71229..077286f 100644
--- a/src/zmq_encoder.cpp
+++ b/src/zmq_encoder.cpp
@@ -54,7 +54,7 @@ bool zmq::zmq_encoder_t::message_ready ()
// Destroy content of the old message.
zmq_msg_close(&in_progress);
- // Read new message from the dispatcher. If there is none, return false.
+ // Read new message. If there is none, return false.
// Note that new state is set only if write is successful. That way
// unsuccessful write will cause retry on the next state machine
// invocation.