| 222 | } |
| 223 | |
| 224 | struct timer_handler |
| 225 | { |
| 226 | timer_handler() {} |
| 227 | void operator()(const boost::system::error_code&) {} |
| 228 | timer_handler(timer_handler&&) {} |
| 229 | private: |
| 230 | timer_handler(const timer_handler&); |
| 231 | }; |
| 232 | |
| 233 | void system_timer_cancel_test() |
| 234 | { |
no outgoing calls
no test coverage detected