priority.hpp
Go to the documentation of this file.
00001 
00008 /*****************************************************************************
00009 ** Ifdefs
00010 *****************************************************************************/
00011 
00012 #ifndef ECL_THREADS_PRIORITY_HPP_
00013 #define ECL_THREADS_PRIORITY_HPP_
00014 
00015 /*****************************************************************************
00016 ** Cross Platform Implementation
00017 *****************************************************************************/
00018 
00019 #include <ecl/config/ecl.hpp> // ECL_ macros
00020 
00021 #include "priority_common.hpp"
00022 #if defined(ECL_IS_POSIX)
00023   #include "priority_pos.hpp"
00024 #endif
00025 
00026 
00027 #endif /*ECL_THREADS_PRIORITY_HPP_*/


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