diff options
author | chai <chaifix@163.com> | 2018-09-07 00:27:46 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-09-07 00:27:46 +0800 |
commit | 5e4a2c8fa58f30a93506c1db21aa7a9921c0affc (patch) | |
tree | 644837c30568296c311eb68b199048ad5f3b8a83 /src/libjin/Net/Socket.h | |
parent | d395ac00770e1dad6f9a2ba98ef23b8b719d0d16 (diff) |
*format source code
Diffstat (limited to 'src/libjin/Net/Socket.h')
-rw-r--r-- | src/libjin/Net/Socket.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libjin/Net/Socket.h b/src/libjin/Net/Socket.h index 6d9e09b..5329974 100644 --- a/src/libjin/Net/Socket.h +++ b/src/libjin/Net/Socket.h @@ -33,7 +33,6 @@ namespace net Socket(SocketType type, unsigned int address, unsigned short port); Socket(SocketType type, const char* address, unsigned short port); ~Socket(); - void configureBlocking(bool bocking); Socket* accept(); int receive(char* buffer, int size); @@ -53,6 +52,7 @@ namespace net } handle; #endif SocketType type; + }; } // net |