thread.hpp
Go to the documentation of this file.
00001 
00011 /*****************************************************************************
00012 ** Ifdefs
00013 *****************************************************************************/
00014 
00015 #ifndef ECL_THREADS_THREAD_HPP_
00016 #define ECL_THREADS_THREAD_HPP_
00017 
00018 /*************************************************************************
00019  * Includes
00020  ************************************************************************/
00021 
00022 #include <ecl/config/ecl.hpp>
00023 
00024 /*****************************************************************************
00025 ** Cross Platform Functionality
00026 *****************************************************************************/
00027 
00028 #if defined(ECL_HAS_POSIX_THREADS)
00029   #include "thread_pos.hpp"
00030 #endif
00031 
00032 
00033 #endif /* ECL_THREADS_THREAD_HPP_*/


ecl_threads
Author(s): Daniel Stonier (d.stonier@gmail.com)
autogenerated on Thu Jan 2 2014 11:12:47