| 570 | } |
| 571 | |
| 572 | void ReactorWrapper::cancel(TimerId timer) |
| 573 | { |
| 574 | #if OPENDDS_CONFIG_BOOTTIME_TIMERS |
| 575 | timer_heap_.cancel(timer); |
| 576 | #else |
| 577 | reactor_->cancel_timer(timer); |
| 578 | #endif |
| 579 | } |
| 580 | |
| 581 | int ReactorWrapper::register_handler(ACE_HANDLE io_handle, |
| 582 | ACE_Event_Handler* event_handler, |
no outgoing calls