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/socket.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 '')
-rw-r--r-- | src/socket.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/socket.h b/src/socket.h index e65eb74..30a43fb 100644 --- a/src/socket.h +++ b/src/socket.h | |||
@@ -29,6 +29,8 @@ namespace Bu | |||
29 | virtual void setPosEnd( long pos ); | 29 | virtual void setPosEnd( long pos ); |
30 | virtual bool isEOS(); | 30 | virtual bool isEOS(); |
31 | 31 | ||
32 | virtual void flush(); | ||
33 | |||
32 | virtual bool canRead(); | 34 | virtual bool canRead(); |
33 | virtual bool canWrite(); | 35 | virtual bool canWrite(); |
34 | virtual bool canSeek(); | 36 | virtual bool canSeek(); |