diff OrthancServer/DatabaseWrapper.h @ 513:935e8c7e0b18

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 16 Aug 2013 17:11:45 +0200
parents 23e5b35e3c5c
children 2c739f76d0bb
line wrap: on
line diff
--- a/OrthancServer/DatabaseWrapper.h	Fri Aug 16 15:39:53 2013 +0200
+++ b/OrthancServer/DatabaseWrapper.h	Fri Aug 16 17:11:45 2013 +0200
@@ -223,5 +223,7 @@
     uint64_t IncrementGlobalSequence(GlobalProperty property);
 
     void ClearTable(const std::string& tableName);
+
+    bool IsExistingResource(int64_t internalId);
   };
 }