Mercurial > hg > orthanc
diff OrthancServer/IDatabaseWrapper.h @ 1306:8cd5784a6d80
IDatabaseWrapper::HasFlushToDisk()
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 10 Feb 2015 17:17:25 +0100 |
parents | 5fe254fb1c93 |
children | 0ac74fa21db8 |
line wrap: on
line diff
--- a/OrthancServer/IDatabaseWrapper.h Tue Feb 10 17:11:00 2015 +0100 +++ b/OrthancServer/IDatabaseWrapper.h Tue Feb 10 17:17:25 2015 +0100 @@ -73,6 +73,8 @@ virtual void FlushToDisk() = 0; + virtual bool HasFlushToDisk() const = 0; + virtual void GetAllMetadata(std::map<MetadataType, std::string>& target, int64_t id) = 0;