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