diff OrthancServer/Sources/ServerIndex.h @ 5606:6e2dad336446 find-refactoring

added "IsStable" field in expanded resources
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 08 May 2024 10:46:11 +0200
parents b2a97dfd719f
children 3f13db27b399
line wrap: on
line diff
--- a/OrthancServer/Sources/ServerIndex.h	Wed May 08 10:30:57 2024 +0200
+++ b/OrthancServer/Sources/ServerIndex.h	Wed May 08 10:46:11 2024 +0200
@@ -59,9 +59,6 @@
                         int64_t id,
                         const std::string& publicId);
 
-    bool IsUnstableResource(ResourceType type,
-                            int64_t id);
-
   public:
     ServerIndex(ServerContext& context,
                 IDatabaseWrapper& database,
@@ -98,5 +95,8 @@
                               bool hasOldRevision,
                               int64_t oldRevision,
                               const std::string& oldMD5);
+
+    bool IsUnstableResource(ResourceType type,
+                            int64_t id);
   };
 }