Mercurial > hg > orthanc
comparison OrthancServer/ServerIndex.h @ 315:fc856d175d18
modifications
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 21 Dec 2012 17:18:04 +0100 |
parents | 6ab6cdeedf4e |
children | 4d5f0857ec9c |
comparison
equal
deleted
inserted
replaced
314:4f17834a50b6 | 315:fc856d175d18 |
---|---|
156 | 156 |
157 bool LookupParent(std::string& target, | 157 bool LookupParent(std::string& target, |
158 const std::string& publicId); | 158 const std::string& publicId); |
159 | 159 |
160 uint64_t IncrementGlobalSequence(GlobalProperty sequence); | 160 uint64_t IncrementGlobalSequence(GlobalProperty sequence); |
161 | |
162 void LogChange(ChangeType changeType, | |
163 const std::string& publicId); | |
161 }; | 164 }; |
162 } | 165 } |