1 #ifndef DATA_INPUT_INTERFACE_HH
2 #define DATA_INPUT_INTERFACE_HH
7 #include <boost/asio.hpp>
8 #include <boost/thread.hpp>
9 #include <boost/foreach.hpp>
10 #include <boost/scoped_ptr.hpp>
72 assert(!
m_threads &&
"Calling DataInputInterface::start() on started istance.");
78 m_threads->create_thread(boost::bind(&boost::asio::io_service::run,
87 m_threads->create_thread(boost::bind(&boost::asio::io_service::run,
101 #endif // INPUT_INTERFACE_HH