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/thread.hpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/thread.hpp') diff --git a/src/thread.hpp b/src/thread.hpp index 6ee9194..01f1f78 100644 --- a/src/thread.hpp +++ b/src/thread.hpp @@ -17,18 +17,18 @@ along with this program. If not, see . */ -#ifndef __ZS_THREAD_HPP_INCLUDED__ -#define __ZS_THREAD_HPP_INCLUDED__ +#ifndef __ZMQ_THREAD_HPP_INCLUDED__ +#define __ZMQ_THREAD_HPP_INCLUDED__ #include "platform.hpp" -#ifdef ZS_HAVE_WINDOWS +#ifdef ZMQ_HAVE_WINDOWS #include "windows.hpp" #else #include #endif -namespace zs +namespace zmq { typedef void (thread_fn) (void*); @@ -57,7 +57,7 @@ namespace zs private: -#ifdef ZS_HAVE_WINDOWS +#ifdef ZMQ_HAVE_WINDOWS static unsigned int __stdcall thread_routine (void *arg_); HANDLE descriptor; #else -- cgit v1.2.3