| 324 | session = _session; |
| 325 | } |
| 326 | void process( SimObject *object ) |
| 327 | { |
| 328 | processMasterServerQuery( session ); |
| 329 | } |
| 330 | }; |
| 331 | |
| 332 | //---------------------------------------------------------------- |
nothing calls this directly
no test coverage detected