comparison PalantirServer/PalantirInitialization.h @ 23:62bd05fe4b7c

support for ssl
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 28 Aug 2012 10:18:34 +0200
parents 3959d33612cc
children dd1489098265
comparison
equal deleted inserted replaced
22:1bc6327d1de3 23:62bd05fe4b7c
34 const std::string& defaultValue); 34 const std::string& defaultValue);
35 35
36 int GetGlobalIntegerParameter(const std::string& parameter, 36 int GetGlobalIntegerParameter(const std::string& parameter,
37 int defaultValue); 37 int defaultValue);
38 38
39 bool GetGlobalBoolParameter(const std::string& parameter,
40 bool defaultValue);
41
39 void GetDicomModality(const std::string& name, 42 void GetDicomModality(const std::string& name,
40 std::string& aet, 43 std::string& aet,
41 std::string& address, 44 std::string& address,
42 int& port); 45 int& port);
43 46