mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 17:13:47 +02:00
2017-10-19 Fred Gleason <fredg@paravelsystems.com>
* Removed 'RDStation::broadcastSecurity()' and 'RDStation::setBroadcastSecurity()' methods.
This commit is contained in:
@@ -232,21 +232,6 @@ void RDStation::setBackupLife(int days) const
|
||||
}
|
||||
|
||||
|
||||
void RDStation::setBroadcastSecurity(BroadcastSecurityMode mode)
|
||||
{
|
||||
SetRow("BROADCAST_SECURITY",mode);
|
||||
}
|
||||
|
||||
|
||||
RDStation::BroadcastSecurityMode RDStation::broadcastSecurity() const
|
||||
{
|
||||
return (RDStation::BroadcastSecurityMode)RDGetSqlValue("STATIONS","NAME",
|
||||
station_name,
|
||||
"BROADCAST_SECURITY").
|
||||
toUInt();
|
||||
}
|
||||
|
||||
|
||||
unsigned RDStation::heartbeatCart() const
|
||||
{
|
||||
return RDGetSqlValue("STATIONS","NAME",station_name,"HEARTBEAT_CART").
|
||||
|
Reference in New Issue
Block a user