![]() |
ThreadFactory that must be inherited to create a particular type of ServiceThread to be executed by the corresponding Service. More...
#include <Service.h>
Public Member Functions | |
virtual | ~ServiceThreadFactory () |
virtual ServiceThread * | createPtr ()=0 |
Must return the created ServiceThread. | |
ThreadFactory that must be inherited to create a particular type of ServiceThread to be executed by the corresponding Service.
|
inlinevirtual |
|
pure virtual |
Must return the created ServiceThread.
Referenced by HSEP::Service::Service().