PaCO++
0.05
|
#include <paco_omni.h>
Public Member Functions | |
virtual void | detach () |
paco_omni_thread () | |
virtual | ~paco_omni_thread () |
Public Attributes | |
omni_thread * | thread |
Definition at line 4 of file paco_omni.h.
Definition at line 3 of file paco_omni.cc.
{ }
paco_omni_thread::~paco_omni_thread | ( | ) | [virtual] |
Definition at line 7 of file paco_omni.cc.
{ }
virtual void paco_omni_thread::detach | ( | ) | [inline, virtual] |
Reimplemented from paco_thread.
Definition at line 10 of file paco_omni.h.
References thread.
{thread->exit();}
omni_thread* paco_omni_thread::thread |
Definition at line 11 of file paco_omni.h.
Referenced by detach().