Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
include
log4cpp
threading
Threading.hh
Go to the documentation of this file.
1
/*
2
* Threading.hh
3
*
4
* Copyright 2002, LifeLine Networks BV (www.lifeline.nl). All rights reserved.
5
* Copyright 2002, Bastiaan Bakker. All rights reserved.
6
*
7
* See the COPYING file for the terms of usage and distribution.
8
*/
9
10
#ifndef _LOG4CPP_THREADING_THREADING_HH
11
#define _LOG4CPP_THREADING_THREADING_HH
12
13
#include <
log4cpp/Portability.hh
>
14
15
#ifdef LOG4CPP_HAVE_THREADING
16
17
#ifdef LOG4CPP_USE_OMNITHREADS
18
#include <
log4cpp/threading/OmniThreads.hh
>
19
#endif
20
21
#ifdef LOG4CPP_USE_BOOSTTHREADS
22
#include <
log4cpp/threading/BoostThreads.hh
>
23
#endif
24
25
#ifdef LOG4CPP_USE_MSTHREADS
26
#include <
log4cpp/threading/MSThreads.hh
>
27
#endif
28
29
#ifdef LOG4CPP_USE_PTHREADS
30
#include <
log4cpp/threading/PThreads.hh
>
31
#endif
32
33
#else
/* LOG4CPP_HAVE_THREADING */
34
#include <
log4cpp/threading/DummyThreads.hh
>
35
#endif
/* LOG4CPP_HAVE_THREADING */
36
37
#endif
OmniThreads.hh
Portability.hh
PThreads.hh
MSThreads.hh
DummyThreads.hh
BoostThreads.hh
log4cpp
Author(s): Stephen Roderick, Bastiaan Bakker, Cedric Le Goater, Steve Ostlind, Marcel Harkema, Walter Stroebel, Glenn Scott and Tony Cheung
autogenerated on Sun Jun 23 2019 19:10:00