Rev 1646 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1646 | Rev 1647 | ||
|---|---|---|---|
| Line 40... | Line 40... | ||
| 40 | 40 | ||
| 41 | Timer(boost::asio::io_service& io_service); |
41 | Timer(boost::asio::io_service& io_service); |
| 42 | virtual ~Timer(); |
42 | virtual ~Timer(); |
| 43 | 43 | ||
| 44 | void InitializeDone(); |
44 | void InitializeDone(); |
| - | 45 | void CallOutput(unsigned int request_id, std::string output); |
|
| 45 | 46 | ||
| 46 | private: |
47 | private: |
| 47 | typedef std::set<timer::TimerId> Timers; |
48 | typedef std::set<timer::TimerId> Timers; |
| 48 | static logging::Logger LOG; |
49 | static logging::Logger LOG; |
| 49 | 50 | ||