mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 03:02:30 +00:00
feat(glue): add initial account login handling to glue idle loop
This commit is contained in:
parent
6b1b666d41
commit
3dc51289b8
7 changed files with 247 additions and 3 deletions
|
|
@ -22,6 +22,8 @@ class ClientConnection : public RealmConnection {
|
|||
void Cancel(int32_t errorCode);
|
||||
void Cleanup();
|
||||
void Connect();
|
||||
int32_t PollStatus(WOWCS_OPS& op, const char** msg, int32_t& result, int32_t& errorCode);
|
||||
void SetStatus(int32_t result, int32_t errorCode);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue