comparison 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
comparison
equal deleted inserted replaced
272:337c506461d2 273:d384af918264
45 } 45 }
46 46
47 virtual void SignalRemainingAncestor(ResourceType parentType, 47 virtual void SignalRemainingAncestor(ResourceType parentType,
48 const std::string& publicId) = 0; 48 const std::string& publicId) = 0;
49 49
50 virtual void SignalFileDeleted(const std::string& fileUuid) = 0; 50 virtual void SignalFileDeleted(const FileInfo& info) = 0;
51
52 }; 51 };
53 } 52 }