MCPcopy Create free account
hub / github.com/OpenZWave/open-zwave / Destroy

Method Destroy

cpp/src/Manager.cpp:108–114  ·  view source on GitHub ↗

----------------------------------------------------------------------------- Static method to destroy the singleton. -----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

106// Static method to destroy the singleton.
107//-----------------------------------------------------------------------------
108void Manager::Destroy
109(
110)
111{
112 delete s_instance;
113 s_instance = NULL;
114}
115
116//-----------------------------------------------------------------------------
117// <Manager::getVersion>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected