From ecc191f590f76584a14c9c51727412b0b7b3086e Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Mon, 24 May 2010 15:10:19 +0000 Subject: Changed the Bu::Stream API, setSize is now standard. There may be a few more things that should be added. A few of them still need to be implemented. I know that truncate for Bu::File is possible on windows, I've used it before, but hell if I can find it. Myriad also needs the setSize function completed. --- src/process.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/process.cpp') diff --git a/src/process.cpp b/src/process.cpp index 7cb5983..2d8eda0 100644 --- a/src/process.cpp +++ b/src/process.cpp @@ -278,6 +278,10 @@ void Bu::Process::setBlocking( bool bBlocking ) this->bBlocking = bBlocking; } +void Bu::Process::setSize( long iSize ) +{ +} + void Bu::Process::select( bool &bStdOut, bool &bStdErr ) { fd_set rfds; -- cgit v1.2.3