diff options
Diffstat (limited to '')
-rw-r--r-- | src/process.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
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 ) | |||
278 | this->bBlocking = bBlocking; | 278 | this->bBlocking = bBlocking; |
279 | } | 279 | } |
280 | 280 | ||
281 | void Bu::Process::setSize( long iSize ) | ||
282 | { | ||
283 | } | ||
284 | |||
281 | void Bu::Process::select( bool &bStdOut, bool &bStdErr ) | 285 | void Bu::Process::select( bool &bStdOut, bool &bStdErr ) |
282 | { | 286 | { |
283 | fd_set rfds; | 287 | fd_set rfds; |