| 70 | } |
| 71 | |
| 72 | bool Sample3Module::PreShut() |
| 73 | { |
| 74 | std::cout << GET_CLASS_NAME(Sample3Module) << ", PreShut" << std::endl; |
| 75 | m_pKernelModule->DestroyAll(); |
| 76 | |
| 77 | return true; |
| 78 | } |
| 79 | |
| 80 | bool Sample3Module::Shut() |
| 81 | { |
nothing calls this directly
no test coverage detected