| 22 | using namespace SEGSEvents; |
| 23 | |
| 24 | int EventProcessor::open( void *args /* = 0 */ ) |
| 25 | { |
| 26 | return super::open(args); |
| 27 | } |
| 28 | |
| 29 | int EventProcessor::handle_timeout( const ACE_Time_Value ¤t_time, const void *act /* = 0 */ ) |
| 30 | { |
no outgoing calls
no test coverage detected