comparison OrthancServer/DatabaseWrapper.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
210 { 210 {
211 db_.FlushToDisk(); 211 db_.FlushToDisk();
212 } 212 }
213 213
214 uint64_t IncrementGlobalSequence(GlobalProperty property); 214 uint64_t IncrementGlobalSequence(GlobalProperty property);
215
216 void ClearTable(const std::string& tableName);
215 }; 217 };
216 } 218 }