|
@@ -3,6 +3,7 @@
|
|
|
#include "evtengine.h"
|
|
|
#include "../include/EventCode.h"
|
|
|
#include "fileutil.h"
|
|
|
+#include "modVer.h"
|
|
|
|
|
|
|
|
|
class CEventConverterEntity : public CEntityBase, public ISysVarListener, public ILogListener
|
|
@@ -11,6 +12,7 @@ public:
|
|
|
CEventConverterEntity() : m_pEngine(NULL), m_lIdSeq(0) {}
|
|
|
virtual ~CEventConverterEntity() {}
|
|
|
virtual const char *GetEntityName() const { return "EventConverter"; }
|
|
|
+ const char* GetEntityVersion() const { return MODULE_VERSION_FULL; }
|
|
|
|
|
|
virtual void OnPreStart(CAutoArray<CSimpleStringA> strArgs,CSmartPointer<ITransactionContext> pTransactionContext)
|
|
|
{
|