2019-12-09 Fred Gleason <fredg@paravelsystems.com>

* Fixed a bug in rdcatchd(8) that failed to send a MODIFY
	notification at the end of a Record or Download event.
This commit is contained in:
Fred Gleason
2019-12-09 03:01:03 -05:00
parent 525573a245
commit c7efd9245c
4 changed files with 42 additions and 1 deletions

View File

@@ -128,6 +128,8 @@ class MainObject : public QObject
// batch.cpp
//
void catchConnectedData(int serial,bool state);
void userChangedData();
void exitData();
private:
//
@@ -193,6 +195,8 @@ class MainObject : public QObject
void RunRmlRecordingCache(int chan);
void StartRmlRecording(int chan,int cartnum,int cutnum,int maxlen);
void StartBatch(int id);
void SendNotification(RDNotification::Type type,RDNotification::Action,
const QVariant &id);
QString GetTempRecordingName(int id) const;
QString catch_default_user;
QString catch_host;