diff options
| author | Mike Buland <eichlan@xagasoft.com> | 2008-09-15 20:03:56 +0000 |
|---|---|---|
| committer | Mike Buland <eichlan@xagasoft.com> | 2008-09-15 20:03:56 +0000 |
| commit | 597a1487c716b799428f4b4a4903e65df4c93ba9 (patch) | |
| tree | c743b0d4dfc3bacbffc196589543ec4e9abf1aaf /src/file.h | |
| parent | 3c6cb7f2347aed974543f9082a0ccd297577db41 (diff) | |
| download | libbu++-597a1487c716b799428f4b4a4903e65df4c93ba9.tar.gz libbu++-597a1487c716b799428f4b4a4903e65df4c93ba9.tar.bz2 libbu++-597a1487c716b799428f4b4a4903e65df4c93ba9.tar.xz libbu++-597a1487c716b799428f4b4a4903e65df4c93ba9.zip | |
Whoa! Loads of NIDS work. It actually compiles, runs, and I'm optimizing the
hell out of it. Good times, everyone. This is a major chunk for congo, and
the new optimizations should be good.
Diffstat (limited to 'src/file.h')
| -rw-r--r-- | src/file.h | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -32,6 +32,7 @@ namespace Bu | |||
| 32 | virtual void close(); | 32 | virtual void close(); |
| 33 | virtual size_t read( void *pBuf, size_t nBytes ); | 33 | virtual size_t read( void *pBuf, size_t nBytes ); |
| 34 | virtual size_t write( const void *pBuf, size_t nBytes ); | 34 | virtual size_t write( const void *pBuf, size_t nBytes ); |
| 35 | using Stream::write; | ||
| 35 | 36 | ||
| 36 | virtual long tell(); | 37 | virtual long tell(); |
| 37 | virtual void seek( long offset ); | 38 | virtual void seek( long offset ); |
