|
|
@@ -1,11 +1,6 @@
|
|
|
#ifndef MOD_IDCERTIFICATE_H
|
|
|
#define MOD_IDCERTIFICATE_H
|
|
|
|
|
|
-#ifdef RVC_OS_LINUX
|
|
|
-#include "SpTest.h"
|
|
|
-#endif
|
|
|
-
|
|
|
-#include "modVer.h"
|
|
|
#include "IDCertFSM.h"
|
|
|
#include "IDCertificate_server_g.h"
|
|
|
#include "IDCertificate_UserErrorCode.h"
|
|
|
@@ -31,7 +26,6 @@ public:
|
|
|
CIDCertEntity(){}
|
|
|
virtual ~CIDCertEntity(){}
|
|
|
virtual const char *GetEntityName() const { return "IDCertificate"; }
|
|
|
- const char* GetEntityVersion() const { return MODULE_VERSION_FULL; }
|
|
|
|
|
|
virtual void OnPreStart(CAutoArray<CSimpleStringA> strArgs,CSmartPointer<ITransactionContext> pTransactionContext)
|
|
|
{
|