diff options
Diffstat (limited to 'base/sync_socket.h')
-rw-r--r-- | base/sync_socket.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/base/sync_socket.h b/base/sync_socket.h index 221e7b0..87b6a97 100644 --- a/base/sync_socket.h +++ b/base/sync_socket.h @@ -27,6 +27,7 @@ class BASE_EXPORT SyncSocket { #else typedef int Handle; #endif + static const Handle kInvalidHandle; // Creates a SyncSocket from a Handle. Used in transport. explicit SyncSocket(Handle handle) : handle_(handle) { } |