comparison OrthancServer/ServerIndex.h @ 310:6ab6cdeedf4e

global sequences
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 21 Dec 2012 11:18:27 +0100
parents 326d5a4a5af3
children fc856d175d18
comparison
equal deleted inserted replaced
309:ee97f0923ddd 310:6ab6cdeedf4e
154 const std::string& publicId, 154 const std::string& publicId,
155 MetadataType type); 155 MetadataType type);
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
160 uint64_t IncrementGlobalSequence(GlobalProperty sequence);
159 }; 161 };
160 } 162 }