Mercurial > hg > orthanc
diff OrthancServer/ServerIndex.h @ 1297:501432928727
refactoring
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 06 Feb 2015 14:35:56 +0100 |
parents | 6e7e5ed91c2d |
children | 4ce47e8ed0d2 |
line wrap: on
line diff
--- a/OrthancServer/ServerIndex.h Fri Feb 06 14:23:14 2015 +0100 +++ b/OrthancServer/ServerIndex.h Fri Feb 06 14:35:56 2015 +0100 @@ -110,11 +110,7 @@ void LogChange(int64_t internalId, ChangeType changeType, ResourceType resourceType, - const std::string& publicId) - { - ServerIndexChange change(changeType, resourceType, publicId); - db_.LogChange(internalId, change); - } + const std::string& publicId); uint64_t IncrementGlobalSequenceInternal(GlobalProperty property);