| 338 | session = _session; |
| 339 | } |
| 340 | void process( SimObject *object ) |
| 341 | { |
| 342 | processPingsAndQueries( session ); |
| 343 | } |
| 344 | }; |
| 345 | |
| 346 | //---------------------------------------------------------------- |
nothing calls this directly
no test coverage detected