diff PostgreSQL/Plugins/PostgreSQLIndex.h @ 79:cb0aac9bbada db-changes

optimization for /statistics URI
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 08 Jan 2019 14:37:41 +0100
parents 2ee166f77501
children 1012fe77241c
line wrap: on
line diff
--- a/PostgreSQL/Plugins/PostgreSQLIndex.h	Sun Jan 06 12:48:18 2019 +0100
+++ b/PostgreSQL/Plugins/PostgreSQLIndex.h	Tue Jan 08 14:37:41 2019 +0100
@@ -91,5 +91,8 @@
                                 const char* hashInstance)
       ORTHANC_OVERRIDE;
 #endif
+
+    virtual uint64_t GetResourceCount(OrthancPluginResourceType resourceType)
+      ORTHANC_OVERRIDE;
   };
 }