util/thread/ThreadImpl.h

Go to the documentation of this file.
00001 /*-----------------------------------------------------------------------------
00002 Name:      ThreadImpl.h
00003 Project:   xmlBlaster.org
00004 Copyright: xmlBlaster.org, see xmlBlaster-LICENSE file
00005 Comment:   Encapsulates (and hides) threads
00006 ------------------------------------------------------------------------------*/
00007 
00008 #ifndef _UTIL_THREAD_THREAD_H
00009 #define _UTIL_THREAD_THREAD_H
00010 
00011 #include <util/thread/ThreadBase.h>
00012 
00018 namespace org { namespace xmlBlaster { namespace util { namespace thread {
00019 
00020 typedef MutexClass Mutex;
00021 
00022 }}}} // namespaces
00023 
00024 #endif
00025