Posix thread wrapper.
More...
#include <thread.h>
List of all members.
Protected Member Functions |
virtual ThreadRet | Run (void)=0 |
| Thread entry point.
|
Detailed Description
Posix thread wrapper.
Definition at line 17 of file thread.h.
Member Function Documentation
virtual ThreadRet Threads::Thread::Run |
( |
void |
| ) |
[protected, pure virtual] |
Thread entry point.
- Returns:
- The return code for this instance.
Implemented in Admin::Proxy.
The documentation for this interface was generated from the following file: