diff OrthancServer/SQLiteDatabaseWrapper.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 d8a91acb7424
children 6faf575ba9cc
line wrap: on
line diff
--- a/OrthancServer/SQLiteDatabaseWrapper.h	Fri Dec 21 13:36:30 2018 +0100
+++ b/OrthancServer/SQLiteDatabaseWrapper.h	Fri Dec 21 13:48:04 2018 +0100
@@ -283,10 +283,6 @@
     virtual uint64_t GetResourceCount(ResourceType resourceType)
       ORTHANC_OVERRIDE;
 
-    virtual void GetAllInternalIds(std::list<int64_t>& target,
-                                   ResourceType resourceType)
-      ORTHANC_OVERRIDE;
-
     virtual void GetAllPublicIds(std::list<std::string>& target,
                                  ResourceType resourceType)
       ORTHANC_OVERRIDE;