| Server IP : 216.92.14.13 / Your IP : 216.73.217.126 Web Server : Apache System : Linux vps4089.pairvps.com 5.15.0-190-generic #200-Ubuntu SMP Fri Aug 7 15:06:04 UTC 2026 x86_64 User : rmlac2fmr ( 1040637) PHP Version : 8.2.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/include/log4cpp/threading/ |
Upload File : |
/* * Threading.hh * * Copyright 2002, LifeLine Networks BV (www.lifeline.nl). All rights reserved. * Copyright 2002, Bastiaan Bakker. All rights reserved. * * See the COPYING file for the terms of usage and distribution. */ #ifndef _LOG4CPP_THREADING_THREADING_HH #define _LOG4CPP_THREADING_THREADING_HH #include <log4cpp/Portability.hh> #ifdef LOG4CPP_HAVE_THREADING #ifdef LOG4CPP_USE_OMNITHREADS #include <log4cpp/threading/OmniThreads.hh> #endif #ifdef LOG4CPP_USE_BOOSTTHREADS #include <log4cpp/threading/BoostThreads.hh> #endif #ifdef LOG4CPP_USE_MSTHREADS #include <log4cpp/threading/MSThreads.hh> #endif #ifdef LOG4CPP_USE_PTHREADS #include <log4cpp/threading/PThreads.hh> #endif #else /* LOG4CPP_HAVE_THREADING */ #include <log4cpp/threading/DummyThreads.hh> #endif /* LOG4CPP_HAVE_THREADING */ #endif