You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
469 B
C++

#ifndef CDLLCORECTRL_H
#define CDLLCORECTRL_H
#include "iCoreCtrl.h"
#include "zclasses.h"
class CDllCoreCtrl
{
public:
CDllCoreCtrl(const ZStringList& szDllPaths, IGuiCallback* pCb, class IDetectorEngine* pDE = NULL);
~CDllCoreCtrl();
public:
TP_GLOBAL_DATA m_tpGlobal;
class CDllLoaderM* m_pLibCoreCtrl;
private:
ICoreCtrl* m_pCoreCtrl;
ZStringList m_szDllPaths;
friend class QMainFilter;
};
#endif // CDLLCORECTRL_H