ns: move IECommerceInterface

This commit is contained in:
Liam
2024-02-17 11:43:40 -05:00
parent 12926eb5db
commit 44d2e90217
5 changed files with 46 additions and 25 deletions

View File

@@ -58,12 +58,6 @@ public:
~IDownloadTaskInterface() override;
};
class IECommerceInterface final : public ServiceFramework<IECommerceInterface> {
public:
explicit IECommerceInterface(Core::System& system_);
~IECommerceInterface() override;
};
class IFactoryResetInterface final : public ServiceFramework<IFactoryResetInterface> {
public:
explicit IFactoryResetInterface(Core::System& system_);