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