Reoder member variables
This commit is contained in:
parent
bc19624fdf
commit
7ba7a17e1e
|
|
@ -55,8 +55,8 @@ public:
|
|||
void stop() { timer_.cancel(); }
|
||||
|
||||
private:
|
||||
boost::asio::steady_timer timer_;
|
||||
boost::asio::chrono::milliseconds interval_;
|
||||
boost::asio::steady_timer timer_;
|
||||
handler_function handler_;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue