mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-29 00:33:50 +01:00
2019-02-07 Fred Gleason <fredg@paravelsystems.com>
* Replaced the 'Add Event', 'Delete Event' and 'Modify Event' commands in the RDCatch Monitor Protocol with multicast update events.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
//
|
||||
// Connect to the Rivendell Netcatcher Daemon.
|
||||
//
|
||||
// (C) Copyright 2002-2004,2016-2017 Fred Gleason <fredg@paravelsystems.com>
|
||||
// (C) Copyright 2002-2019 Fred Gleason <fredg@paravelsystems.com>
|
||||
//
|
||||
// This program is free software; you can redistribute it and/or modify
|
||||
// it under the terms of the GNU General Public License version 2 as
|
||||
@@ -105,24 +105,6 @@ void RDCatchConnect::reloadDropboxes()
|
||||
}
|
||||
|
||||
|
||||
void RDCatchConnect::addEvent(int id)
|
||||
{
|
||||
SendCommand(QString().sprintf("RA %d!",id));
|
||||
}
|
||||
|
||||
|
||||
void RDCatchConnect::removeEvent(int id)
|
||||
{
|
||||
SendCommand(QString().sprintf("RR %d!",id));
|
||||
}
|
||||
|
||||
|
||||
void RDCatchConnect::updateEvent(int id)
|
||||
{
|
||||
SendCommand(QString().sprintf("RU %d!",id));
|
||||
}
|
||||
|
||||
|
||||
void RDCatchConnect::reset()
|
||||
{
|
||||
SendCommand("RS!");
|
||||
|
||||
Reference in New Issue
Block a user