DDraceNetwork Docs
|
#include <sounds.h>
Public Member Functions | |
CSoundLoading (CGameClient *pGameClient, bool Render) | |
void | Run () override |
Public Member Functions inherited from IJob | |
IJob () | |
virtual | ~IJob () |
IJob (const IJob &Other)=delete | |
IJob & | operator= (const IJob &Other)=delete |
EJobState | State () const |
bool | Done () const |
virtual bool | Abort () |
bool | IsAbortable () const |
Private Attributes | |
CGameClient * | m_pGameClient |
bool | m_Render |
Additional Inherited Members | |
Public Types inherited from IJob | |
enum | EJobState { STATE_QUEUED = 0 , STATE_RUNNING , STATE_DONE , STATE_ABORTED } |
Protected Member Functions inherited from IJob | |
virtual void | Run ()=0 |
void | Abortable (bool Abortable) |
CSoundLoading::CSoundLoading | ( | CGameClient * | pGameClient, |
bool | Render | ||
) |
|
overridevirtual |
Performs tasks in a worker thread.
Implements IJob.
|
private |
|
private |