diff options
Diffstat (limited to '')
-rw-r--r-- | src/socket.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/socket.cpp b/src/socket.cpp index 3ddc492..d1d5687 100644 --- a/src/socket.cpp +++ b/src/socket.cpp | |||
@@ -314,7 +314,7 @@ void Bu::Socket::setPosEnd( long ) | |||
314 | throw UnsupportedException(); | 314 | throw UnsupportedException(); |
315 | } | 315 | } |
316 | 316 | ||
317 | bool Bu::Socket::isEOS() | 317 | bool Bu::Socket::isEos() |
318 | { | 318 | { |
319 | return !bActive; | 319 | return !bActive; |
320 | } | 320 | } |