forked from eden-emu/eden
ns: rewrite IDownloadTaskInterface
This commit is contained in:
parent
5d58d25c06
commit
780bd3276f
5 changed files with 62 additions and 27 deletions
|
@ -32,12 +32,6 @@ private:
|
|||
void ConvertApplicationLanguageToLanguageCode(HLERequestContext& ctx);
|
||||
};
|
||||
|
||||
class IDownloadTaskInterface final : public ServiceFramework<IDownloadTaskInterface> {
|
||||
public:
|
||||
explicit IDownloadTaskInterface(Core::System& system_);
|
||||
~IDownloadTaskInterface() override;
|
||||
};
|
||||
|
||||
class IReadOnlyApplicationRecordInterface final
|
||||
: public ServiceFramework<IReadOnlyApplicationRecordInterface> {
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue