📄 threadimpl.h
字号:
/*-----------------------------------------------------------------------------Name: ThreadImpl.hProject: xmlBlaster.orgCopyright: xmlBlaster.org, see xmlBlaster-LICENSE fileComment: Encapsulates (and hides) threads------------------------------------------------------------------------------*/#ifndef _UTIL_THREAD_THREAD_H#define _UTIL_THREAD_THREAD_H#include <util/thread/ThreadBase.h>/** * This is a hack to solve the nameconflict between the org::xmlBlaster::util::thread::Mutex class * and the typename Mutex in the boost library. */namespace org { namespace xmlBlaster { namespace util { namespace thread {typedef MutexClass Mutex;}}}} // namespaces#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -