00001 00014 /***************************************************************************** 00015 ** Includes 00016 *****************************************************************************/ 00017 00018 #include <iostream> 00019 #include <ecl/threads/priority.hpp> 00020 00021 /***************************************************************************** 00022 ** Main 00023 *****************************************************************************/ 00024 00025 int main() { 00026 00027 std::cout << ecl::print_priority_diagnostics() << std::endl; 00028 00029 std::cout << "This is very much a work in progress...." << std::endl; 00030 00031 return 0; 00032 } 00033 00034