aboutsummaryrefslogtreecommitdiff
path: root/src/socket.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/socket.cpp')
-rw-r--r--src/socket.cpp2
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
317bool Bu::Socket::isEOS() 317bool Bu::Socket::isEos()
318{ 318{
319 return !bActive; 319 return !bActive;
320} 320}