comparison OrthancServer/OrthancConfiguration.h @ 3710:1c69af37d8ae storage-commitment

integration mainline->storage-commitment
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 28 Feb 2020 13:27:16 +0100
parents 1f4910999fe7
children c205f670098e
comparison
equal deleted inserted replaced
3707:bf8f17f23c26 3710:1c69af37d8ae
229 void SetServerIndex(ServerIndex& index); 229 void SetServerIndex(ServerIndex& index);
230 230
231 void ResetServerIndex(); 231 void ResetServerIndex();
232 232
233 TemporaryFile* CreateTemporaryFile() const; 233 TemporaryFile* CreateTemporaryFile() const;
234
235 std::string GetDefaultPrivateCreator() const;
234 }; 236 };
235 } 237 }