comparison OrthancServer/DatabaseWrapper.h @ 1711:5ebd6cbb3da8 db-changes

Backed out changeset 2ad22b2970a2
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 16 Oct 2015 17:36:07 +0200
parents 2ad22b2970a2
children 4db9200c7f46
comparison
equal deleted inserted replaced
1709:2ad22b2970a2 1711:5ebd6cbb3da8
327 } 327 }
328 328
329 virtual void Upgrade(unsigned int targetVersion, 329 virtual void Upgrade(unsigned int targetVersion,
330 IStorageArea& storageArea); 330 IStorageArea& storageArea);
331 331
332 virtual void StoreStudyModule(int64_t id,
333 const DicomMap& module)
334 {
335 base_.StoreStudyModule(id, module);
336 }
337 332
338 333
339 /** 334 /**
340 * The methods declared below are for unit testing only! 335 * The methods declared below are for unit testing only!
341 **/ 336 **/