You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
583 B
18 lines
583 B
#include "dtct.h"
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
// CUnkTmpl Interface Map initialization code
|
|
// Begin ->
|
|
const INTFMAPENTRY hweventdetectorIME[] =
|
|
{
|
|
_INTFMAPENTRY(CHWEventDetector, IService),
|
|
};
|
|
|
|
const INTFMAPENTRY* CHWEventDetector::_pintfmap = hweventdetectorIME;
|
|
const DWORD CHWEventDetector::_cintfmap =
|
|
(sizeof(hweventdetectorIME)/sizeof(hweventdetectorIME[0]));
|
|
|
|
// -> End
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
|
|
COMFACTORYCB CHWEventDetector::_cfcb = NULL;
|