comparison OrthancServer/DatabaseWrapper.h @ 513:935e8c7e0b18

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 16 Aug 2013 17:11:45 +0200
parents 23e5b35e3c5c
children 2c739f76d0bb
comparison
equal deleted inserted replaced
511:3b735fdf320b 513:935e8c7e0b18
221 } 221 }
222 222
223 uint64_t IncrementGlobalSequence(GlobalProperty property); 223 uint64_t IncrementGlobalSequence(GlobalProperty property);
224 224
225 void ClearTable(const std::string& tableName); 225 void ClearTable(const std::string& tableName);
226
227 bool IsExistingResource(int64_t internalId);
226 }; 228 };
227 } 229 }