log4cpp 1.1.3
Loading...
Searching...
No Matches
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
14
15#ifdef LOG4CPP_HAVE_THREADING
16
17#ifdef LOG4CPP_USE_OMNITHREADS
19#endif
20
21#ifdef LOG4CPP_USE_BOOSTTHREADS
23#endif
24
25#ifdef LOG4CPP_USE_MSTHREADS
27#endif
28
29#ifdef LOG4CPP_USE_PTHREADS
31#endif
32
33#else /* LOG4CPP_HAVE_THREADING */
35#endif /* LOG4CPP_HAVE_THREADING */
36
37#endif