Mercurial > hg > orthanc
diff OrthancServer/ServerContext.h @ 1198:1169528a9a5f db-changes
refactoring
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 23 Oct 2014 13:52:01 +0200 |
parents | 6b9b02a16e99 |
children | 5bd4c9f85b4c |
line wrap: on
line diff
--- a/OrthancServer/ServerContext.h Thu Oct 23 13:19:18 2014 +0200 +++ b/OrthancServer/ServerContext.h Thu Oct 23 13:52:01 2014 +0200 @@ -42,6 +42,7 @@ #include "DicomProtocol/ReusableDicomUserConnection.h" #include "Scheduler/ServerScheduler.h" #include "DicomInstanceToStore.h" +#include "ServerIndexChange.h" #include <boost/filesystem.hpp> @@ -203,8 +204,6 @@ const std::string& uuid, ResourceType expectedType); - void SignalChange(ChangeType changeType, - ResourceType resourceType, - const std::string& publicId); + void SignalChange(const ServerIndexChange& change); }; }