| 42 | |
| 43 | public: |
| 44 | ExecutorManager() |
| 45 | : logger_ptr_(std::make_shared<aimrt::common::util::LoggerWrapper>()) {} |
| 46 | ~ExecutorManager() = default; |
| 47 | |
| 48 | ExecutorManager(const ExecutorManager&) = delete; |
nothing calls this directly
no outgoing calls
no test coverage detected