#include <CRPipe.h>
Inheritance diagram for CRPipe:

Public Member Functions | |
| CRPipe (int inPID, int inPipeToClose) | |
| get the pipe to close | |
| virtual void | reap () |
| do the real action | |
Protected Attributes | |
| int | mPipeToClose |
| when receiving a sigchild, this has to close the outgoing pipe | |