| 209 | } |
| 210 | |
| 211 | void Sample3Module::ContainerCallBackTest() |
| 212 | { |
| 213 | std::cout << GET_CLASS_NAME(Sample3Module) << ", ContainerTest" << std::endl; |
| 214 | |
| 215 | m_pKernelModule->AddContainerCallBack( |
| 216 | AFEntityMetaPlayer::self_name(), BAG, this, &Sample3Module::OnContainerCallBackEvent); |
| 217 | |
| 218 | CreateEntityTest(); |
| 219 | } |
| 220 | |
| 221 | void Sample3Module::EventTest() |
| 222 | { |
nothing calls this directly
no test coverage detected