refactor
This commit is contained in:
parent
0f32809b74
commit
9d287417ae
2 changed files with 73 additions and 54 deletions
|
@ -32,10 +32,17 @@ class CKodiClient
|
|||
private:
|
||||
static void SProcess(CKodiClient* kodiclient);
|
||||
void Process();
|
||||
void ResetSplit();
|
||||
void Split(const char* data, uint32_t len);
|
||||
void Parse(const std::string& jsonstr);
|
||||
|
||||
std::thread m_thread;
|
||||
CAmpSwitch* m_ampswitch;
|
||||
|
||||
uint32_t m_bracketlevel;
|
||||
bool m_instring;
|
||||
bool m_escaped;
|
||||
std::string m_parsebuf;
|
||||
};
|
||||
|
||||
#endif //KODICLIENT_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue