diff OrthancServer/IDatabaseWrapper.h @ 3056:6c5d4281da4a db-changes

removal of SQLiteDatabaseWrapper::GetAllInternalIds
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 21 Dec 2018 13:48:04 +0100
parents 53d583d2c775
children ce272138f15e
line wrap: on
line diff
--- a/OrthancServer/IDatabaseWrapper.h	Fri Dec 21 13:36:30 2018 +0100
+++ b/OrthancServer/IDatabaseWrapper.h	Fri Dec 21 13:48:04 2018 +0100
@@ -102,10 +102,6 @@
     virtual void GetAllMetadata(std::map<MetadataType, std::string>& target,
                                 int64_t id) = 0;
 
-    // TODO: REMOVE THIS
-    virtual void GetAllInternalIds(std::list<int64_t>& target,
-                                   ResourceType resourceType) = 0;
-
     virtual void GetAllPublicIds(std::list<std::string>& target,
                                  ResourceType resourceType) = 0;