diff OrthancServer/ServerIndex.h @ 702:7592a48e97e4

delete custom attachment
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 11 Feb 2014 17:28:17 +0100
parents 2929e17f8447
children 6a1dbba0cca7
line wrap: on
line diff
--- a/OrthancServer/ServerIndex.h	Mon Feb 10 14:30:56 2014 +0100
+++ b/OrthancServer/ServerIndex.h	Tue Feb 11 17:28:17 2014 +0100
@@ -221,5 +221,7 @@
     StoreStatus AddAttachment(const FileInfo& attachment,
                               const std::string& publicId);
 
+    void DeleteAttachment(const std::string& publicId,
+                          FileContentType type);
   };
 }