diff options
Diffstat (limited to 'src/membuf.cpp')
| -rw-r--r-- | src/membuf.cpp | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/src/membuf.cpp b/src/membuf.cpp index f22a8de..11cc1bb 100644 --- a/src/membuf.cpp +++ b/src/membuf.cpp  | |||
| @@ -92,7 +92,7 @@ void Bu::MemBuf::setPosEnd( long pos ) | |||
| 92 | else if( nPos > sBuf.getSize() ) nPos = sBuf.getSize(); | 92 | else if( nPos > sBuf.getSize() ) nPos = sBuf.getSize(); | 
| 93 | } | 93 | } | 
| 94 | 94 | ||
| 95 | bool Bu::MemBuf::isEOS() | 95 | bool Bu::MemBuf::isEos() | 
| 96 | { | 96 | { | 
| 97 | return (nPos == sBuf.getSize()); | 97 | return (nPos == sBuf.getSize()); | 
| 98 | } | 98 | } | 
| @@ -108,12 +108,12 @@ void Bu::MemBuf::flush() | |||
| 108 | 108 | ||
| 109 | bool Bu::MemBuf::canRead() | 109 | bool Bu::MemBuf::canRead() | 
| 110 | { | 110 | { | 
| 111 | return !isEOS(); | 111 | return !isEos(); | 
| 112 | } | 112 | } | 
| 113 | 113 | ||
| 114 | bool Bu::MemBuf::canWrite() | 114 | bool Bu::MemBuf::canWrite() | 
| 115 | { | 115 | { | 
| 116 | return isEOS(); | 116 | return isEos(); | 
| 117 | } | 117 | } | 
| 118 | 118 | ||
| 119 | bool Bu::MemBuf::isReadable() | 119 | bool Bu::MemBuf::isReadable() | 
