Network: Replace unsigned int by size_t for size
Former-commit-id: efa7e2f50ae370f96871726be7906332ca8969a4
This commit is contained in:
@@ -33,7 +33,7 @@ namespace Nz
|
||||
|
||||
inline bool IsBlockingEnabled() const;
|
||||
|
||||
unsigned int QueryAvailableBytes() const;
|
||||
std::size_t QueryAvailableBytes() const;
|
||||
|
||||
AbstractSocket& operator=(const AbstractSocket&) = delete;
|
||||
AbstractSocket& operator=(AbstractSocket&& abstractSocket);
|
||||
|
||||
Reference in New Issue
Block a user