-fix announce_Time shadow fix, unused OutputFd

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@286 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
satbaby
2010-02-06 19:09:07 +00:00
parent 675d865aaf
commit 5fe3e4af83
2 changed files with 2 additions and 2 deletions

View File

@@ -1029,7 +1029,7 @@ CTimerEvent_Standby::CTimerEvent_Standby( time_t announce_Time, time_t alarm_Tim
bool sb_on,
CTimerd::CTimerEventRepeat evrepeat,
uint32_t repeatcount):
CTimerEvent(CTimerd::TIMER_STANDBY, announceTime, alarm_Time, (time_t) 0, evrepeat,repeatcount)
CTimerEvent(CTimerd::TIMER_STANDBY, announce_Time, alarm_Time, (time_t) 0, evrepeat,repeatcount)
{
standby_on = sb_on;
}