ns: move IECommerceInterface

This commit is contained in:
Liam 2024-02-17 11:43:40 -05:00
parent bd69199bdd
commit 40771d1ece
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_);