All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
HSEP::ServiceThreadFactory Class Referenceabstract

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 ServiceThreadcreatePtr ()=0
 Must return the created ServiceThread.
 

Detailed Description

ThreadFactory that must be inherited to create a particular type of ServiceThread to be executed by the corresponding Service.

Definition at line 66 of file Service.h.

Constructor & Destructor Documentation

virtual HSEP::ServiceThreadFactory::~ServiceThreadFactory ( )
inlinevirtual

Definition at line 68 of file Service.h.

Member Function Documentation

virtual ServiceThread* HSEP::ServiceThreadFactory::createPtr ( )
pure virtual

Must return the created ServiceThread.

Returns

Referenced by HSEP::Service::Service().

+ Here is the caller graph for this function:


The documentation for this class was generated from the following file: