diff options
| author | Mike Buland <eichlan@xagasoft.com> | 2010-10-20 18:35:28 +0000 |
|---|---|---|
| committer | Mike Buland <eichlan@xagasoft.com> | 2010-10-20 18:35:28 +0000 |
| commit | b5eb1431c28254bfa90147f9ee4857598384be31 (patch) | |
| tree | 4f111a568a975d228730f7b2a4898dc7939c8954 /src/gatsstream.h | |
| parent | d14a4c34d01102baa830c6762ef80b0dc6db6389 (diff) | |
| download | libgats-b5eb1431c28254bfa90147f9ee4857598384be31.tar.gz libgats-b5eb1431c28254bfa90147f9ee4857598384be31.tar.bz2 libgats-b5eb1431c28254bfa90147f9ee4857598384be31.tar.xz libgats-b5eb1431c28254bfa90147f9ee4857598384be31.zip | |
Fixed a few minor things.
Diffstat (limited to 'src/gatsstream.h')
| -rw-r--r-- | src/gatsstream.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gatsstream.h b/src/gatsstream.h index b5efb87..39719cf 100644 --- a/src/gatsstream.h +++ b/src/gatsstream.h | |||
| @@ -42,6 +42,7 @@ namespace Gats | |||
| 42 | * non-null in the most recent call, this should always be false. | 42 | * non-null in the most recent call, this should always be false. |
| 43 | */ | 43 | */ |
| 44 | bool hasReadBuffer() { return qbRead.getSize() > 0; } | 44 | bool hasReadBuffer() { return qbRead.getSize() > 0; } |
| 45 | int getReadBufferSize() { return qbRead.getSize(); } | ||
| 45 | 46 | ||
| 46 | private: | 47 | private: |
| 47 | bool skipReadNulls(); | 48 | bool skipReadNulls(); |
