| 35 | namespace ark { |
| 36 | |
| 37 | bool Sample3Module::Init() |
| 38 | { |
| 39 | std::cout << GET_CLASS_NAME(Sample3Module) << ", Init" << std::endl; |
| 40 | return true; |
| 41 | } |
| 42 | |
| 43 | bool Sample3Module::PostInit() |
| 44 | { |
nothing calls this directly
no outgoing calls
no test coverage detected