Changeset 21041
- Timestamp:
- 02/23/08 08:06:24 (9 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
juggler/trunk/modules/vapor/vpr/Thread/ThreadPool.cpp
r21040 r21041 36 36 #include <vpr/vprConfig.h> 37 37 38 #include <new> 39 #include <stdlib.h> 40 #include <stdio.h> 41 #include <errno.h> 42 #include <sys/types.h> 43 44 #ifdef HAVE_UNISTD_H 45 # include <unistd.h> 46 #endif 47 48 #ifdef HAVE_SYS_TIME_H 49 # include <sys/time.h> 50 #endif 51 52 #ifndef VPR_OS_Windows 53 # include <sys/resource.h> 54 #endif 55 38 #include <cstdlib> 56 39 #include <boost/bind.hpp> 57 40
