diff options
Diffstat (limited to 'src/socket.cpp')
-rw-r--r-- | src/socket.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/socket.cpp b/src/socket.cpp index 441678a..1832898 100644 --- a/src/socket.cpp +++ b/src/socket.cpp | |||
@@ -240,3 +240,7 @@ void Bu::Socket::setBlocking( bool bBlocking ) | |||
240 | { | 240 | { |
241 | } | 241 | } |
242 | 242 | ||
243 | void Bu::Socket::flush() | ||
244 | { | ||
245 | } | ||
246 | |||