diff options
| author | Mike Buland <eichlan@xagasoft.com> | 2007-06-10 21:28:14 +0000 | 
|---|---|---|
| committer | Mike Buland <eichlan@xagasoft.com> | 2007-06-10 21:28:14 +0000 | 
| commit | 5f39066a4f561e9a94a6cc9293ab9b978ebf1f81 (patch) | |
| tree | a25698caf9594feecae8b71f032a11f81ba6cc3c /src/stream.h | |
| parent | f5352edf3dc23c044a91f1d1537fa0dc0f0babc7 (diff) | |
| download | libbu++-5f39066a4f561e9a94a6cc9293ab9b978ebf1f81.tar.gz libbu++-5f39066a4f561e9a94a6cc9293ab9b978ebf1f81.tar.bz2 libbu++-5f39066a4f561e9a94a6cc9293ab9b978ebf1f81.tar.xz libbu++-5f39066a4f561e9a94a6cc9293ab9b978ebf1f81.zip | |
Bunch of maintenence type things.  Minor tweaks and the like.  The file class
has a lot more helper functions and the like, the filters give more info back
to the caller, minor updates to taf.
Diffstat (limited to 'src/stream.h')
| -rw-r--r-- | src/stream.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/src/stream.h b/src/stream.h index fa0a606..a80586b 100644 --- a/src/stream.h +++ b/src/stream.h | |||
| @@ -32,6 +32,8 @@ namespace Bu | |||
| 32 | virtual void setPosEnd( long pos ) = 0; | 32 | virtual void setPosEnd( long pos ) = 0; | 
| 33 | virtual bool isEOS() = 0; | 33 | virtual bool isEOS() = 0; | 
| 34 | 34 | ||
| 35 | virtual void flush() = 0; | ||
| 36 | |||
| 35 | virtual bool canRead() = 0; | 37 | virtual bool canRead() = 0; | 
| 36 | virtual bool canWrite() = 0; | 38 | virtual bool canWrite() = 0; | 
| 37 | virtual bool canSeek() = 0; | 39 | virtual bool canSeek() = 0; | 
