Program Listing for File threads.hpp

Return to documentation for file (/tmp/ws/src/ecl_core/ecl_threads/include/ecl/threads.hpp)

/*****************************************************************************
** Ifdefs
*****************************************************************************/

#ifndef ECL_THREADS_HPP_
#define ECL_THREADS_HPP_

/*****************************************************************************
** Includes
*****************************************************************************/

/*****************************************************************************
** Includes
*****************************************************************************/

/*
 * Guard against the qt macros.
 */
#ifdef emit
    #undef emit
    #define replace_qt_emit
#endif

//#include "threads/barrier.hpp"
#include "threads/mutex.hpp"
#include "threads/priority.hpp"
#include "threads/thread.hpp"
#include "threads/threadable.hpp"

#ifdef replace_qt_emit
    #define emit
#endif



#endif /* ECL_THREADS_HPP_ */