Jack2 1.9.6
Public Member Functions

Jack::JackRunnableInterface Class Reference

The base class for runnable objects, that have an Init and Execute method to be called in a thread. More...

#include <JackThread.h>

Inheritance diagram for Jack::JackRunnableInterface:
Jack::JackAlsaAdapter Jack::JackClient Jack::JackClientPipeThread Jack::JackMachClientChannel Jack::JackMachServerChannel Jack::JackMessageBuffer Jack::JackNetAdapter Jack::JackSocketClientChannel Jack::JackSocketServerChannel Jack::JackThreadedDriver Jack::JackWinNamedPipeClientChannel Jack::JackWinNamedPipeServerChannel

List of all members.

Public Member Functions

virtual bool Init ()
virtual bool Execute ()=0

Detailed Description

The base class for runnable objects, that have an Init and Execute method to be called in a thread.

Definition at line 34 of file JackThread.h.


Member Function Documentation

virtual bool Jack::JackRunnableInterface::Init ( ) [inline, virtual]

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