comparison OrthancServer/OrthancConfiguration.h @ 3709:1f4910999fe7

Fix issue #168 (Plugins can't read private tags from the configuration file)
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 28 Feb 2020 13:23:11 +0100
parents 94f4a18a79cc
children c205f670098e
comparison
equal deleted inserted replaced
3708:bc25deb40302 3709:1f4910999fe7
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 }