vi: manage resources independently of nvnflinger and refactor

This commit is contained in:
Liam 2024-02-14 23:44:05 -05:00
parent e34074861c
commit f5d736af4b
62 changed files with 1758 additions and 1492 deletions

View file

@ -231,14 +231,4 @@ private:
}
};
/**
* The purpose of this class is to own any objects that need to be shared across the other service
* implementations. Will be torn down when the global system instance is shutdown.
*/
class Services final {
public:
explicit Services(std::shared_ptr<SM::ServiceManager>& sm, Core::System& system);
~Services();
};
} // namespace Service