|
|
@@ -155,10 +155,7 @@ public:
|
|
|
//UpgradeManager
|
|
|
|
|
|
#if defined(RVC_OS_WIN)
|
|
|
- GetFunction()->SubscribeLog(m_uuidCardSwiper, this, Log_Event, Severity_Middle, Error_IgnoreAll, -1, "CardSwiper");
|
|
|
GetFunction()->SubscribeLog(m_uuidPublic, this, Log_Event, Severity_Middle, Error_IgnoreAll, -1, "PinPad");
|
|
|
- GetFunction()->SubscribeLog(m_uuidCardSwiper, this, Log_Error, Severity_Middle, Error_IgnoreAll, -1, "CardSwiper");
|
|
|
- GetFunction()->SubscribeBroadcast("CardSwiper", "", this, m_uuidCardSwiper);
|
|
|
GetFunction()->SubscribeLog(m_uuid4SIPPhone, this, Log_Event, Severity_High, Error_IgnoreAll, -1, "SIPPhone");
|
|
|
#endif //RVC_OS_WIN
|
|
|
|
|
|
@@ -277,7 +274,7 @@ private:
|
|
|
//the following is useless?just one var is ok? oiltmp
|
|
|
CUUID m_uuidUpdate,m_uuidMediaController,m_uuidFaceTracking,m_uuidAccessAuth,m_uuidSelfChecker
|
|
|
, m_uuidRemoteController, m_uuidGUIConsole, m_uuidHeartBeat, m_uuidIE, m_uuidCenterS, m_uuidVtmLoader;
|
|
|
- CUUID m_uuidCardSwiper,m_uuidPublic, m_uuid4SIPPhone;
|
|
|
+ CUUID m_uuidPublic, m_uuid4SIPPhone;
|
|
|
int m_devCfgNum,m_connectStatus;
|
|
|
int m_restartHour, m_restartMinute, m_lastHour, m_restartTimes, m_maxRestartTimes, m_preDay, m_dayNum, m_maxRunDays, m_guardianCount;
|
|
|
bool m_bInit, m_bWaitRestartPC, m_bScreenLock, m_bToRestart, m_testFlag, m_bSayIdle
|