19 #ifndef INCLUDE_RCF_ASIODEADLINETIMER_HPP 20 #define INCLUDE_RCF_ASIODEADLINETIMER_HPP 22 #include <RCF/Asio.hpp> 24 #include <RCF/external/asio/asio/system_timer.hpp> 29 typedef ASIO_NS::system_timer AsioDeadlineTimer;
30 typedef std::shared_ptr<AsioDeadlineTimer> AsioDeadlineTimerPtr;
36 AsioTimer(AsioIoService &ioService) :
40 ASIO_NS::system_timer mImpl;
45 #endif // ! INCLUDE_RCF_ASIODEADLINETIMER_HPP Definition: AmiIoHandler.hpp:24