mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-26 15:20:29 +01:00
2017-12-21 Fred Gleason <fredg@paravelsystems.com>
* Added log locking logic to rdlogmanager(1).
This commit is contained in:
@@ -23,12 +23,25 @@
|
||||
|
||||
#include <qobject.h>
|
||||
|
||||
#include <rdripc.h>
|
||||
#include <rdstation.h>
|
||||
|
||||
#define LOG_UNLINK_TEST_USAGE "[options]\n\nTest the Rivendell log unlinker methods\n\nOptions are:\n--log=<log-name>\n Name of log to unlink.\n\n--source=music|traffic\n Data source to unlink\n\n"
|
||||
|
||||
class MainObject : public QObject
|
||||
{
|
||||
public:
|
||||
MainObject(QObject *parent=0);
|
||||
|
||||
private slots:
|
||||
void userData();
|
||||
|
||||
private:
|
||||
RDSvc::ImportSource test_import_source;
|
||||
QString test_log_name;
|
||||
RDStation *test_station;
|
||||
RDRipc *test_ripc;
|
||||
RDConfig *test_config;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user