ipc.hpp
Go to the documentation of this file.
00001 
00009 /*****************************************************************************
00010 ** Ifdefs
00011 *****************************************************************************/
00012 
00013 #ifndef ECL_IPC_HPP_
00014 #define ECL_IPC_HPP_
00015 
00016 /*****************************************************************************
00017 ** Includes
00018 *****************************************************************************/
00019 
00020 #ifdef emit
00021     #undef emit
00022     #define replace_qt_emit
00023 #endif
00024 
00025 #include "ipc/semaphore.hpp"
00026 #include "ipc/shared_memory.hpp"
00027 
00028 #ifdef replace_qt_emit
00029     #define emit
00030 #endif
00031 
00032 #endif /*ECL_IPC_HPP_*/


ecl_ipc
Author(s): Daniel Stonier
autogenerated on Mon Jul 3 2017 02:21:22