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/select.hpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/select.hpp') diff --git a/src/select.hpp b/src/select.hpp index 7151f84..c1e72a7 100644 --- a/src/select.hpp +++ b/src/select.hpp @@ -17,17 +17,17 @@ along with this program. If not, see . */ -#ifndef __ZS_SELECT_HPP_INCLUDED__ -#define __ZS_SELECT_HPP_INCLUDED__ +#ifndef __ZMQ_SELECT_HPP_INCLUDED__ +#define __ZMQ_SELECT_HPP_INCLUDED__ #include "platform.hpp" #include #include -#ifdef ZS_HAVE_WINDOWS +#ifdef ZMQ_HAVE_WINDOWS #include "winsock2.h" -#elif defined ZS_HAVE_OPENVMS +#elif defined ZMQ_HAVE_OPENVMS #include #include #else @@ -39,7 +39,7 @@ #include "thread.hpp" #include "atomic_counter.hpp" -namespace zs +namespace zmq { // Implements socket polling mechanism using POSIX.1-2001 select() -- cgit v1.2.3