Origin commit data
------------------
Commit: d6b3754c6f
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-05-19 (Thu, 19 May 2016)
This commit is contained in:
vanhofen
2016-05-19 22:59:54 +02:00
parent 141e4124a7
commit 4cf2b60722
251 changed files with 26673 additions and 443 deletions

View File

@@ -129,7 +129,10 @@ class CRecordInstance
bool Timeshift() { return autoshift; };
int tshift_mode;
void SetStopMessage(const char* text) {rec_stop_msg = text;} ;
//NI
#if 0
int GetStatus();
#endif
CFrontend * frontend;
};
@@ -158,9 +161,12 @@ class CRecordManager : public CMenuTarget /*, public CChangeObserver*/
int last_mode;
bool autoshift;
uint32_t shift_timer;
//NI
#if 0
uint32_t check_timer;
bool error_display;
bool warn_display;
#endif
OpenThreads::Mutex mutex;
static OpenThreads::Mutex sm;