| 95 | return 1; |
| 96 | } |
| 97 | int EventProcessor::putq(Event *ev,ACE_Time_Value *timeout) |
| 98 | { |
| 99 | #ifdef EVENT_RECORDING |
| 100 | #endif |
| 101 | return super::putq(ev,timeout); |
| 102 | } |
| 103 | /** |
| 104 | * @brief Add a new timer to this EventProcessor. |
| 105 | * @param fire_delta_time - time after which the timer will trigger, if @arg one_shot is false this is the interval |
no outgoing calls
no test coverage detected