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/mutex.hpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/mutex.hpp') diff --git a/src/mutex.hpp b/src/mutex.hpp index a7f95da..9b51955 100644 --- a/src/mutex.hpp +++ b/src/mutex.hpp @@ -17,19 +17,19 @@ along with this program. If not, see . */ -#ifndef __ZS_MUTEX_HPP_INCLUDED__ -#define __ZS_MUTEX_HPP_INCLUDED__ +#ifndef __ZMQ_MUTEX_HPP_INCLUDED__ +#define __ZMQ_MUTEX_HPP_INCLUDED__ #include "platform.hpp" #include "err.hpp" // Mutex class encapsulates OS mutex in a platform-independent way. -#ifdef ZS_HAVE_WINDOWS +#ifdef ZMQ_HAVE_WINDOWS #include "windows.hpp" -namespace zs +namespace zmq { class mutex_t @@ -70,7 +70,7 @@ namespace zs #include -namespace zs +namespace zmq { class mutex_t -- cgit v1.2.3