#include <ThreadFactory.h>
Inheritance diagram for ThreadFactory:
Public Methods | |
virtual | ~ThreadFactory () throw () |
Destroy the ThreadFactory. | |
virtual Thread * | create ()=0 |
|
Create a new Thread. The ownership of the Thread is passed to the code that calls this function.
Implemented in DefaultThreadFactory. |