#include <vhdTestService/vhdExport.h>#include <vhdRuntime/vhdServiceHead.h>Functions | |
| vhdCLASS_DECLARATION (vhdTestServiceHead) class VHD_TEST_DLL_EXPORT vhdTestServiceHead | |
| vhdCLASS_DECLARATION | ( | vhdTestServiceHead | ) |
See vhdServiceHead doc.
Constructor.
Destructor.
___IMPLEMENT IT___
Imeplement it as a simple inline method returning version number of your ServiceBody implementation. Example:
virtual vhtSize32 _getServiceVersion() { return 27; }
1.5.1-p1