diff OrthancServer/IServerIndexListener.h @ 273:d384af918264

more detailed signal about deleted file
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 08 Dec 2012 22:34:56 +0100
parents baada606da3c
children 4d5f0857ec9c
line wrap: on
line diff
--- a/OrthancServer/IServerIndexListener.h	Fri Dec 07 18:21:04 2012 +0100
+++ b/OrthancServer/IServerIndexListener.h	Sat Dec 08 22:34:56 2012 +0100
@@ -47,7 +47,6 @@
     virtual void SignalRemainingAncestor(ResourceType parentType,
                                          const std::string& publicId) = 0;
 
-    virtual void SignalFileDeleted(const std::string& fileUuid) = 0;                     
-                                 
+    virtual void SignalFileDeleted(const FileInfo& info) = 0;
   };
 }