|
Pyrogenesis
13997
|
Async task for receiving the initial game state when rejoining an in-progress network game. More...
Public Member Functions | |
| CNetFileReceiveTask_ClientRejoin (CNetClient &client) | |
| virtual void | OnComplete () |
| Called when m_Buffer contains the full received data. More... | |
Public Member Functions inherited from CNetFileReceiveTask | |
| CNetFileReceiveTask () | |
| virtual | ~CNetFileReceiveTask () |
Private Member Functions | |
| NONCOPYABLE (CNetFileReceiveTask_ClientRejoin) | |
Private Attributes | |
| CNetClient & | m_Client |
Additional Inherited Members | |
Public Attributes inherited from CNetFileReceiveTask | |
| u32 | m_RequestID |
| Uniquely identifies the request within the scope of its CNetFileTransferer. More... | |
| size_t | m_Length |
| std::string | m_Buffer |
Async task for receiving the initial game state when rejoining an in-progress network game.
Definition at line 43 of file NetClient.cpp.
|
inline |
Definition at line 47 of file NetClient.cpp.
|
private |
|
inlinevirtual |
Called when m_Buffer contains the full received data.
Implements CNetFileReceiveTask.
Definition at line 52 of file NetClient.cpp.
|
private |
Definition at line 65 of file NetClient.cpp.
1.8.5