⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 threadimpl.cpp

📁 java开源的企业总线.xmlBlaster
💻 CPP
字号:
/* * xmlBlaster/src/c++/util/thread/ThreadImpl.cpp * * Used to switch between the http://www.boost.org C++ multi threading library * and http://omniorb.sourceforge.net/ omniORB omnithread C++ multi threading library (default) * Add  *  thread.impl   = BOOST * to your build.properties (or as command line switch) to force using boost */#ifdef BOOST#include "ThreadImplBoost.cc"#else // OMNITHREAD#include "ThreadImplOmniOrb.cc"#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -