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_reader.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/pipe_reader.hpp') diff --git a/src/pipe_reader.hpp b/src/pipe_reader.hpp index 4f85988..cf45bb4 100644 --- a/src/pipe_reader.hpp +++ b/src/pipe_reader.hpp @@ -28,10 +28,10 @@ namespace zmq class pipe_reader_t : public object_t { - // Dispatcher is a friend so that it can create & destroy the reader. + // Context is a friend so that it can create & destroy the reader. // By making constructor & destructor private we are sure that nobody - // except dispatcher messes with readers. - friend class dispatcher_t; + // except context messes with readers. + friend class context_t; public: -- cgit v1.2.3