29 #include "libMRML/include/CReaper.h"
44 CRPipe(
int inPID,
int inPipeToClose);
virtual void reap()
do the real action
A reaper that closes a pipe after the piping child has exited.
Definition: CRPipe.h:37
Author of this file: Wolfgang Müller.
Definition: CReaper.h:56
int mPipeToClose
when receiving a sigchild, this has to close the outgoing pipe
Definition: CRPipe.h:41
CRPipe(int inPID, int inPipeToClose)
get the pipe to close