| 276 | } |
| 277 | |
| 278 | locationsmodel::LocationsModel *Engine::getLocationsModel() |
| 279 | { |
| 280 | WS_ASSERT(locationsModel_ != NULL); |
| 281 | return locationsModel_; |
| 282 | } |
| 283 | |
| 284 | IConnectStateController *Engine::getConnectStateController() |
| 285 | { |
no outgoing calls
no test coverage detected