Add waitfordevicedetection to resourcemanager interface
This commit is contained in:
parent
98244a2b6f
commit
667a24a63a
1 changed files with 1 additions and 0 deletions
|
|
@ -74,6 +74,7 @@ public:
|
|||
virtual SettingsManager* GetSettingsManager() = 0;
|
||||
|
||||
virtual void DeviceListChanged() = 0;
|
||||
virtual void WaitForDeviceDetection() = 0;
|
||||
|
||||
protected:
|
||||
virtual ~ResourceManagerInterface() {};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue