diff OrthancServer/Sources/ServerIndex.h @ 4578:710748828b6a db-changes

simplification
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 09 Mar 2021 11:55:08 +0100
parents a114a5db2afe
children 5ee9a4f8a0f0
line wrap: on
line diff
--- a/OrthancServer/Sources/ServerIndex.h	Tue Mar 09 11:52:07 2021 +0100
+++ b/OrthancServer/Sources/ServerIndex.h	Tue Mar 09 11:55:08 2021 +0100
@@ -79,12 +79,6 @@
     static void UnstableResourcesMonitorThread(ServerIndex* that,
                                                unsigned int threadSleep);
 
-    // A transaction must be running
-    static void MainDicomTagsToJson(Json::Value& result,
-                                    IDatabaseWrapper& db,
-                                    int64_t resourceId,
-                                    ResourceType resourceType);
-
     void StandaloneRecycling(uint64_t maximumStorageSize,
                              unsigned int maximumPatientCount);
 
@@ -145,10 +139,7 @@
 
       void MainDicomTagsToJson(Json::Value& result,
                                int64_t resourceId,
-                               ResourceType resourceType)
-      {
-        ServerIndex::MainDicomTagsToJson(result, db_, resourceId, resourceType);
-      }
+                               ResourceType resourceType);
 
       /**
        * Read-only methods from "IDatabaseWrapper"