qpid::sys::Fork Class Reference

Fork the process. More...

#include <Fork.h>

Inheritance diagram for qpid::sys::Fork:

Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual void fork ()
 Fork the process.

Protected Member Functions

virtual void parent (pid_t child)=0
 Called in parent process.
virtual void child ()=0
 Called in child process.


Detailed Description

Fork the process.

Call parent() in parent and child() in child.

Definition at line 31 of file Fork.h.


Member Function Documentation

virtual void qpid::sys::Fork::fork (  )  [virtual]

Fork the process.

Calls parent() in the parent process, child() in the child.

Reimplemented in qpid::sys::ForkWithMessage.

virtual void qpid::sys::Fork::parent ( pid_t  child  )  [protected, pure virtual]

Called in parent process.

pid of child process


The documentation for this class was generated from the following file:

Generated on Thu Oct 16 13:38:40 2008 for Qpid by  doxygen 1.5.6