mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 03:02:30 +00:00
feat(net): handle connect callback in client connection
This commit is contained in:
parent
1b27761d0c
commit
55a3bacbd0
2 changed files with 13 additions and 0 deletions
|
|
@ -16,6 +16,9 @@ class ClientConnection : public RealmConnection {
|
|||
int32_t m_errorCode = 0;
|
||||
void (*m_cleanup)() = nullptr;
|
||||
|
||||
// Virtual member functions
|
||||
virtual int32_t HandleConnect();
|
||||
|
||||
// Member functions
|
||||
ClientConnection(RealmResponse* realmResponse)
|
||||
: RealmConnection(realmResponse)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue