comparison OrthancServer/ServerContext.h @ 2665:389d050a2e66 jobs

fix deadlock, speed up unit tests
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 08 Jun 2018 13:51:31 +0200
parents e09021ddc00d
children d26dd081df97
comparison
equal deleted inserted replaced
2664:a21b244efb37 2665:389d050a2e66
156 return *dicom_; 156 return *dicom_;
157 } 157 }
158 }; 158 };
159 159
160 ServerContext(IDatabaseWrapper& database, 160 ServerContext(IDatabaseWrapper& database,
161 IStorageArea& area); 161 IStorageArea& area,
162 bool unitTesting);
162 163
163 ~ServerContext(); 164 ~ServerContext();
164 165
165 ServerIndex& GetIndex() 166 ServerIndex& GetIndex()
166 { 167 {