From 7ca06c7c5a0ae4bb38a67948a03ad8585f925707 Mon Sep 17 00:00:00 2001 From: Markus Grüneis Date: Wed, 11 Nov 2009 20:35:10 +0000 Subject: fixed header file include guards to be C++ compliant; now always use format ANYTUN__INCLUDED --- src/threadUtils.hpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/threadUtils.hpp') diff --git a/src/threadUtils.hpp b/src/threadUtils.hpp index cbef167..7e33302 100644 --- a/src/threadUtils.hpp +++ b/src/threadUtils.hpp @@ -29,14 +29,16 @@ * You should have received a copy of the GNU General Public License * along with anytun. If not, see . */ +#ifndef ANYTUN_threadUtils_hpp_INCLUDED +#define ANYTUN_threadUtils_hpp_INCLUDED + #include #include #include #include #include "datatypes.h" -#ifndef __THREADUTILS__ -#define __THREADUTILS__ + typedef boost::mutex::scoped_lock Lock; typedef boost::mutex Mutex; -- cgit v1.2.3