core: Keep instance of APM Controller
This commit is contained in:
parent
e52306ca60
commit
e2ad3e1fb0
2 changed files with 20 additions and 0 deletions
|
@ -43,6 +43,10 @@ struct AppletFrontendSet;
|
|||
class AppletManager;
|
||||
} // namespace AM::Applets
|
||||
|
||||
namespace APM {
|
||||
class Controller;
|
||||
}
|
||||
|
||||
namespace Glue {
|
||||
class ARPManager;
|
||||
}
|
||||
|
@ -296,6 +300,10 @@ public:
|
|||
|
||||
const Service::Glue::ARPManager& GetARPManager() const;
|
||||
|
||||
Service::APM::Controller& GetAPMController();
|
||||
|
||||
const Service::APM::Controller& GetAPMController() const;
|
||||
|
||||
private:
|
||||
System();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue