|
Slink-e / CDJ Discussion Archive #4 Re: bug with sleep timerPosted By: Colby Boles <cboles@n...> In Response To: Re: bug with sleep timer (Arnold de Leon)
strange. they both options call the same fn to shut down: if (m_TimerDlg.m_nStopWhen == 0) { if (!PlayEnable) { // Perform timer shutdown DoTimerShutDown(); } } else { // stop playlist at specified time COleDateTime ct = COleDateTime::GetCurrentTime(); if (ct > m_TimerDlg.m_odtStop) { OnPlaylistSuspendplaying(); DoTimerShutDown(); } }
Responses To This Message
Slink-e / CDJ Discussion Archive #4 is maintained by slinke-bbs-owner@nirvis.com with WebBBS 3.21. |