| 39 | } |
| 40 | |
| 41 | void Application::beginLaunch() |
| 42 | { |
| 43 | _appControllerBeginLaunchCalled = true; |
| 44 | _applicationController->beginLaunch(); |
| 45 | } |
| 46 | |
| 47 | void Application::finishLaunch() { _applicationController->finishLaunch(); } |
| 48 |
nothing calls this directly
no outgoing calls
no test coverage detected