| 17 | class ModuleLoader { |
| 18 | public: |
| 19 | ModuleLoader() |
| 20 | : logger_ptr_(std::make_shared<aimrt::common::util::LoggerWrapper>()) {} |
| 21 | ~ModuleLoader() { UnLoadPkg(); } |
| 22 | |
| 23 | ModuleLoader(const ModuleLoader&) = delete; |
nothing calls this directly
no outgoing calls
no test coverage detected