driver/record.cpp: move frontend selection to CutBackNeutrino()

This commit is contained in:
[CST] Focus
2012-08-07 13:34:57 +04:00
parent a2f76a23c5
commit 5b33cee5bf
2 changed files with 28 additions and 37 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, CFrontend *frontend);
bool CutBackNeutrino(const t_channel_id channel_id, CFrontend * &frontend);
void RestoreNeutrino(void);
bool CheckRecording(const CTimerd::RecordingInfo * const eventinfo);
void StartNextRecording();