threadimpl.h
来自「java开源的企业总线.xmlBlaster」· C头文件 代码 · 共 26 行
H
26 行
/*-----------------------------------------------------------------------------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 + =
减小字号Ctrl + -
显示快捷键?