driver/record.cpp: testing record without live change, when possible

This commit is contained in:
[CST] Focus
2012-08-05 14:18:37 +04:00
parent 55e31a89e7
commit 89d81c6fd5
2 changed files with 9 additions and 3 deletions

View File

@@ -154,7 +154,7 @@ class CRecordManager : public CMenuTarget, public CChangeObserver
OpenThreads::Mutex mutex;
static OpenThreads::Mutex sm;
bool CutBackNeutrino(const t_channel_id channel_id, const int mode);
bool CutBackNeutrino(const t_channel_id channel_id, const int mode, CFrontend *frontend);
void RestoreNeutrino(void);
bool CheckRecording(const CTimerd::RecordingInfo * const eventinfo);
void StartNextRecording();