| 76 | } |
| 77 | |
| 78 | bool Sample2Module::PreShut() |
| 79 | { |
| 80 | std::cout << GET_CLASS_NAME(Sample2Module) << ", PreShut" << std::endl; |
| 81 | return true; |
| 82 | } |
| 83 | |
| 84 | bool Sample2Module::Shut() |
| 85 | { |
nothing calls this directly
no outgoing calls
no test coverage detected