MCPcopy Create free account
hub / github.com/OpenArkStudio/ARK / PreShut

Method PreShut

samples/sample3/Sample3Module.cpp:72–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72bool Sample3Module::PreShut()
73{
74 std::cout << GET_CLASS_NAME(Sample3Module) << ", PreShut" << std::endl;
75 m_pKernelModule->DestroyAll();
76
77 return true;
78}
79
80bool Sample3Module::Shut()
81{

Callers

nothing calls this directly

Calls 1

DestroyAllMethod · 0.80

Tested by

no test coverage detected