comparison OrthancServer/ServerIndex.h @ 413:47d63c941902

clearing /exports and /changes
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 03 May 2013 15:23:09 +0200
parents 4d5f0857ec9c
children d51186bf7602
comparison
equal deleted inserted replaced
412:f1a0c472af79 413:47d63c941902
159 159
160 uint64_t IncrementGlobalSequence(GlobalProperty sequence); 160 uint64_t IncrementGlobalSequence(GlobalProperty sequence);
161 161
162 void LogChange(ChangeType changeType, 162 void LogChange(ChangeType changeType,
163 const std::string& publicId); 163 const std::string& publicId);
164
165 void DeleteChanges();
166
167 void DeleteExportedResources();
164 }; 168 };
165 } 169 }