comparison OrthancServer/Sources/Database/SQLiteDatabaseWrapper.h @ 5220:df39c7583a49 db-protobuf

preparing virtual methods for labels
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 03 Apr 2023 18:09:04 +0200
parents 0ea402b4d901
children 176bc05f85f4 48b8dae6dc77
comparison
equal deleted inserted replaced
5218:afa96af2eb5a 5220:df39c7583a49
95 virtual bool HasRevisionsSupport() const ORTHANC_OVERRIDE 95 virtual bool HasRevisionsSupport() const ORTHANC_OVERRIDE
96 { 96 {
97 return false; // TODO - REVISIONS 97 return false; // TODO - REVISIONS
98 } 98 }
99 99
100 virtual bool HasLabelsSupport() const ORTHANC_OVERRIDE
101 {
102 return true;
103 }
104
100 105
101 /** 106 /**
102 * The "StartTransaction()" method is guaranteed to return a class 107 * The "StartTransaction()" method is guaranteed to return a class
103 * derived from "UnitTestsTransaction". The methods of 108 * derived from "UnitTestsTransaction". The methods of
104 * "UnitTestsTransaction" give access to additional information 109 * "UnitTestsTransaction" give access to additional information