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:
Fred Gleason
2019-02-07 13:35:14 -05:00
parent 34e722849a
commit 06dd4c336b
17 changed files with 96 additions and 236 deletions

View File

@@ -747,13 +747,13 @@ void EditRecording::okData()
return;
}
Save();
done(0);
done(true);
}
void EditRecording::cancelData()
{
done(-1);
done(false);
}