diff OrthancServer/DatabaseWrapper.h @ 413:47d63c941902

clearing /exports and /changes
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 03 May 2013 15:23:09 +0200
parents 4d5f0857ec9c
children d51186bf7602
line wrap: on
line diff
--- a/OrthancServer/DatabaseWrapper.h	Fri May 03 13:11:16 2013 +0200
+++ b/OrthancServer/DatabaseWrapper.h	Fri May 03 15:23:09 2013 +0200
@@ -212,5 +212,7 @@
     }
 
     uint64_t IncrementGlobalSequence(GlobalProperty property);
+
+    void ClearTable(const std::string& tableName);
   };
 }