00001 #ifndef _sys_Condition_h
00002 #define _sys_Condition_h
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025 #ifdef USE_APR_PLATFORM
00026 #include "apr/Condition.h"
00027 #elif defined (_WIN32)
00028 #include "windows/Condition.h"
00029 #else
00030 #include "posix/Condition.h"
00031 #endif
00032
00033 #endif