Network: Fix some move stuff
Former-commit-id: 33b24a038319b444b9a3b84cfeea38c8305e6568
This commit is contained in:
@@ -21,7 +21,7 @@ namespace Nz
|
||||
|
||||
public:
|
||||
inline TcpClient();
|
||||
inline TcpClient(TcpClient&& tcpClient);
|
||||
TcpClient(TcpClient&& tcpClient) = default;
|
||||
~TcpClient() = default;
|
||||
|
||||
SocketState Connect(const IpAddress& remoteAddress);
|
||||
@@ -50,6 +50,8 @@ namespace Nz
|
||||
|
||||
bool WaitForConnected(UInt64 msTimeout = 3000);
|
||||
|
||||
inline TcpClient& operator=(TcpClient&& tcpClient) = default;
|
||||
|
||||
private:
|
||||
void FlushStream() override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user