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

Origin commit data
------------------
Branch: ni/coolstream
Commit: 5b33cee5bf
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-08-07 (Tue, 07 Aug 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2012-08-07 13:34:57 +04:00
parent cd742c83a7
commit 355b9858e9
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();