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.
whellvalue/tpvs17/tpMain/CoreCtrl/CDllDetectorEngine.h

20 lines
323 B
C++

#ifndef CDLLDETECTORENGINE_H
#define CDLLDETECTORENGINE_H
#include "lpbengine.h"
class CDllDetectorEngine
{
public:
CDllDetectorEngine();
~CDllDetectorEngine();
public:
bool Initialize(class ICoreCtrl* pCoreCtrl);
void Quit();
IDetectorEngine *m_pDE;
private:
QLibrary m_lib;
};
#endif // CDLLDETECTORENGINE_H