| 52 | |
| 53 | public: |
| 54 | ModuleManager() |
| 55 | : logger_ptr_(std::make_shared<aimrt::common::util::LoggerWrapper>()) {} |
| 56 | ~ModuleManager() = default; |
| 57 | |
| 58 | ModuleManager(const ModuleManager&) = delete; |
nothing calls this directly
no outgoing calls
no test coverage detected