diff OrthancServer/ServerIndex.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/ServerIndex.h	Fri May 03 13:11:16 2013 +0200
+++ b/OrthancServer/ServerIndex.h	Fri May 03 15:23:09 2013 +0200
@@ -161,5 +161,9 @@
 
     void LogChange(ChangeType changeType,
                    const std::string& publicId);
+
+    void DeleteChanges();
+
+    void DeleteExportedResources();
   };
 }