| 104 | } |
| 105 | |
| 106 | bool Sample1Module::PostInit() |
| 107 | { |
| 108 | ARK_LOG_INFO("{}, PostInit", GET_CLASS_NAME(Sample1Module)); |
| 109 | |
| 110 | //TestCronScheduler(); |
| 111 | |
| 112 | return true; |
| 113 | } |
| 114 | |
| 115 | bool Sample1Module::Update() |
| 116 | { |
nothing calls this directly
no outgoing calls
no test coverage detected