| 306 | session = _session; |
| 307 | } |
| 308 | void process( SimObject *object ) |
| 309 | { |
| 310 | processMasterServerQuery( session ); |
| 311 | } |
| 312 | }; |
| 313 | |
| 314 | //---------------------------------------------------------------- |
nothing calls this directly
no test coverage detected