| 78 | } |
| 79 | |
| 80 | bool Sample3Module::Shut() |
| 81 | { |
| 82 | std::cout << GET_CLASS_NAME(Sample3Module) << ", Shut" << std::endl; |
| 83 | return true; |
| 84 | } |
| 85 | |
| 86 | // create object test |
| 87 | void Sample3Module::CreateEntityTest() |
nothing calls this directly
no outgoing calls
no test coverage detected