Jack2 1.9.6
Classes | Public Member Functions

Jack::JackWaitThreadedDriver Class Reference

To be used as a wrapper of JackNetDriver. More...

#include <JackWaitThreadedDriver.h>

Inheritance diagram for Jack::JackWaitThreadedDriver:
Jack::JackThreadedDriver Jack::JackDriverClientInterface Jack::JackRunnableInterface Jack::JackDriverInterface Jack::JackClientInterface

List of all members.

Classes

struct  JackDriverStarter

Public Member Functions

 JackWaitThreadedDriver (JackDriver *netdriver)
bool Init ()
bool Execute ()

Detailed Description

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.


Member Function Documentation

bool Jack::JackWaitThreadedDriver::Init ( ) [virtual]

Called once when the thread is started

Reimplemented from Jack::JackThreadedDriver.

Definition at line 32 of file JackWaitThreadedDriver.cpp.


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