| 321 | session = _session; |
| 322 | } |
| 323 | void process( SimObject *object ) |
| 324 | { |
| 325 | processPingsAndQueries( session ); |
| 326 | } |
| 327 | }; |
| 328 | |
| 329 | //---------------------------------------------------------------- |
nothing calls this directly
no test coverage detected