#include <CThread.h>
Inheritance diagram for AxPipe::CThreadSource< T >:
Private Member Functions | |
virtual int | Main () |
The ThreadProc for the worker thread Do Open()->Drain()->Close()->Plug();. |
T | A CSource derived class to start in it's own thread. |
Definition at line 217 of file CThread.h.
|
The ThreadProc for the worker thread Do Open()->Drain()->Close()->Plug();.
Reimplemented from AxPipe::CThreadMain< T >. |