htc: Implement HtcmiscImpl::ClientThread

This commit is contained in:
Michael Scire
2021-02-10 01:29:40 -08:00
committed by SciresM
parent 1867c31f63
commit d60b1abed0
5 changed files with 203 additions and 2 deletions

View File

@@ -47,6 +47,11 @@ namespace ams::htc::server {
public:
HtcmiscImpl(htclow::HtclowManager *htclow_manager);
~HtcmiscImpl();
private:
void SetClientConnectionEvent(bool en);
void SetServerConnectionEvent(bool en);
void UpdateConnectionEvent();
public:
void Cancel();
/* TODO */