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

Method UninitializeBase

lib/base/application.cpp:152–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150}
151
152void Application::UninitializeBase()
153{
154 Timer::Uninitialize();
155
156 GetTP().Stop();
157}
158
159/**
160 * Retrieves a pointer to the application singleton object.

Callers

nothing calls this directly

Calls 1

StopMethod · 0.45

Tested by

no test coverage detected