Mercurial > hg > orthanc
diff OrthancServer/ServerIndex.cpp @ 2826:c277e0421200
unit testing of overwriting
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 19 Sep 2018 16:06:41 +0200 |
parents | 8aa6aef11b70 |
children | e5e3253a1164 |
line wrap: on
line diff
--- a/OrthancServer/ServerIndex.cpp Wed Sep 19 15:24:01 2018 +0200 +++ b/OrthancServer/ServerIndex.cpp Wed Sep 19 16:06:41 2018 +0200 @@ -544,7 +544,8 @@ done_(false), db_(db), maximumStorageSize_(0), - maximumPatients_(0) + maximumPatients_(0), + overwrite_(false) { listener_.reset(new Listener(context)); db_.SetListener(*listener_);