MCPcopy Create free account
hub / github.com/Icinga/icinga2 / Stop

Method Stop

lib/base/application.cpp:91–104  ·  view source on GitHub ↗

* Destructor for the application class. */

Source from the content-addressed store, hash-verified

89 * Destructor for the application class.
90 */
91void Application::Stop(bool runtimeRemoved)
92{
93 m_ShuttingDown = true;
94
95#ifdef _WIN32
96 WSACleanup();
97#endif /* _WIN32 */
98
99#ifdef _WIN32
100 ClosePidFile(true);
101#endif /* _WIN32 */
102
103 ObjectImpl<Application>::Stop(runtimeRemoved);
104}
105
106Application::~Application()
107{

Callers 1

UninitializeBaseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected