process stream

This commit is contained in:
badaix 2016-11-01 13:00:04 +01:00
parent 0d4cfe74e2
commit 50a4380616
6 changed files with 357 additions and 9 deletions

View file

@ -37,7 +37,7 @@ public:
virtual ~PipeStream();
protected:
void worker();
virtual void worker();
int fd_;
};