From 17df4c2b9616c29865b0d893cc797d4938a660a2 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Wed, 24 Sep 2008 00:19:12 +0000 Subject: Wholly crap. Added the Fifo, fixed a bunch of bugs, made things more standard, now I have a huge list of new functions to add. Also, we discovered that if we add -W it produces more warnings, warnings about things that we'd like to know about. I have a lot of work to go fixing that... --- src/process.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/process.h') diff --git a/src/process.h b/src/process.h index 27e2a32..a63fbf5 100644 --- a/src/process.h +++ b/src/process.h @@ -32,6 +32,7 @@ namespace Bu virtual size_t read( void *pBuf, size_t nBytes ); virtual size_t readErr( void *pBuf, size_t nBytes ); virtual size_t write( const void *pBuf, size_t nBytes ); + using Stream::write; virtual long tell(); virtual void seek( long offset ); -- cgit v1.2.3