2017-12-04 Fred Gleason <fredg@paravelsystems.com>

* Added a 'log_unlink_test' harness.
	* Fixed a bug that caused a log's link status flags to fail to be
	updated when the log was unlinked.
This commit is contained in:
Fred Gleason
2017-12-04 15:40:54 -05:00
parent 844be98df1
commit cacb87a786
16 changed files with 848 additions and 10 deletions

View File

@@ -85,8 +85,7 @@ class RDSvc : public QObject
const QString &nextname,QString *report);
bool linkLog(RDSvc::ImportSource src,const QDate &date,
const QString &logname,QString *report);
void clearLogLinks(RDSvc::ImportSource src,const QDate &date,
const QString &logname);
void clearLogLinks(RDSvc::ImportSource src,const QString &logname);
void create(const QString exemplar) const;
void remove() const;
QString xml() const;