| 91 | } |
| 92 | |
| 93 | bool AFCKernelModule::PreShut() |
| 94 | { |
| 95 | return DestroyAll(); |
| 96 | } |
| 97 | |
| 98 | bool AFCKernelModule::CopyData(std::shared_ptr<AFIEntity> pEntity, std::shared_ptr<AFIStaticEntity> pStaticEntity) |
| 99 | { |
nothing calls this directly
no outgoing calls
no test coverage detected