Jack2 1.9.6
|
To be used as a wrapper of JackNetDriver. More...
#include <JackWaitThreadedDriver.h>
Classes | |
struct | JackDriverStarter |
Public Member Functions | |
JackWaitThreadedDriver (JackDriver *netdriver) | |
bool | Init () |
bool | Execute () |
To be used as a wrapper of JackNetDriver.
The idea is to behave as the "dummy" driver, until the network connection is really started and processing starts. The Execute method will call the ProcessNull method until the decorated driver Init method returns. A helper JackDriverStarter thread is used for that purpose.
Definition at line 38 of file JackWaitThreadedDriver.h.
bool Jack::JackWaitThreadedDriver::Init | ( | ) | [virtual] |
Called once when the thread is started
Reimplemented from Jack::JackThreadedDriver.
Definition at line 32 of file JackWaitThreadedDriver.cpp.