#include <Fork.h>
Public Member Functions | |
void | fork () |
Fork the process. | |
Protected Member Functions | |
std::string | wait (int timeout) |
Call from parent(): wait for child to send a value or throw exception. | |
void | ready (const std::string &value) |
Call from child(): Send a value to the parent. |
Definition at line 57 of file Fork.h.
void qpid::sys::ForkWithMessage::fork | ( | ) | [virtual] |
Fork the process.
Calls parent() in the parent process, child() in the child.
Reimplemented from qpid::sys::Fork.
std::string qpid::sys::ForkWithMessage::wait | ( | int | timeout | ) | [protected] |
void qpid::sys::ForkWithMessage::ready | ( | const std::string & | value | ) | [protected] |