From: leslie Date: Sun, 22 Nov 2009 02:28:06 +0000 (+0800) Subject: testing: fix compile X-Git-Tag: upstream/620~134 X-Git-Url: http://www.vanbest.org/gitweb/?a=commitdiff_plain;h=654dc061345c146b6f64b3fd6377ea71f501910b;p=sasc-ng.git testing: fix compile --- diff --git a/testing/compat.c b/testing/compat.c index 3ef0d62..2d2d385 100644 --- a/testing/compat.c +++ b/testing/compat.c @@ -159,14 +159,14 @@ cScSetup::cScSetup(void) ScCaps[0] = 1; ScCaps[1] = 2; ConcurrentFF = 0; - memset(CaIgnore,0,sizeof(CaIgnore)); LocalPriority = 0; ForceTransfer = 1; PrestartAU = 0; + SuperKeys=0; + EcmCache=0; } void cScSetup::Check(void) {} -bool cScSetup::Ignore(unsigned short caid) { return false; } // // @@ -174,6 +174,7 @@ bool cScSetup::Ignore(unsigned short caid) { return false; } void cSoftCAM::SetLogStatus(int CardNum, const cEcmInfo *ecm, bool on) {} void cSoftCAM::AddHook(int CardNum, cLogHook *hook) {} bool cSoftCAM::TriggerHook(int CardNum, int id) { return true; } +void cSoftCAM::CaidsChanged(void) {} // //