From b8b4acef4c2ba1a169ce84c1fb4c70a5676ebba3 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Thu, 6 Aug 2009 10:47:34 +0200 Subject: dispatcher renamed to context --- src/pipe_writer.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/pipe_writer.hpp') diff --git a/src/pipe_writer.hpp b/src/pipe_writer.hpp index 2c5132e..a727b1f 100644 --- a/src/pipe_writer.hpp +++ b/src/pipe_writer.hpp @@ -28,10 +28,10 @@ namespace zmq class pipe_writer_t : public object_t { - // Dispatcher is a friend so that it can create & destroy the writer. + // Context is a friend so that it can create & destroy the writer. // By making constructor & destructor private we are sure that nobody - // except dispatcher messes with writers. - friend class dispatcher_t; + // except context messes with writers. + friend class context_t; public: -- cgit v1.2.3