* Constructor for the Application class. */
| 78 | * Constructor for the Application class. |
| 79 | */ |
| 80 | void Application::OnConfigLoaded() |
| 81 | { |
| 82 | m_PidFile = nullptr; |
| 83 | |
| 84 | ASSERT(m_Instance == nullptr); |
| 85 | m_Instance = this; |
| 86 | } |
| 87 | |
| 88 | /** |
| 89 | * Destructor for the application class. |
no outgoing calls
no test coverage detected