From cc3755a16f00026af882ed14d122cc8aa6d50e82 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Mon, 3 Aug 2009 11:30:13 +0200 Subject: renamed from zs to zmq --- src/io_thread.hpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/io_thread.hpp') diff --git a/src/io_thread.hpp b/src/io_thread.hpp index a57aa34..afb8110 100644 --- a/src/io_thread.hpp +++ b/src/io_thread.hpp @@ -17,8 +17,8 @@ along with this program. If not, see . */ -#ifndef __ZS_IO_THREAD_HPP_INCLUDED__ -#define __ZS_IO_THREAD_HPP_INCLUDED__ +#ifndef __ZMQ_IO_THREAD_HPP_INCLUDED__ +#define __ZMQ_IO_THREAD_HPP_INCLUDED__ #include @@ -28,7 +28,7 @@ #include "i_poll_events.hpp" #include "fd_signaler.hpp" -namespace zs +namespace zmq { // Generic part of the I/O thread. Polling-mechanism-specific features @@ -49,7 +49,7 @@ namespace zs // Wait till undelying thread terminates. void join (); - // To be called when the whole infrastrucure is being closed (zs_term). + // To be called when the whole infrastrucure is being closed (zmq_term). // It's vital to call the individual commands in this sequence: // stop, join, shutdown. void shutdown (); -- cgit v1.2.3