comparison Applications/ApplicationToolbox.cpp @ 128:788dd04b87f5

cleaning up options in DicomToTiff
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 02 Feb 2018 17:56:48 +0100
parents 2cb9fabb529e
children a0f9a3df1110
comparison
equal deleted inserted replaced
127:2cb9fabb529e 128:788dd04b87f5
34 #include <boost/regex.hpp> 34 #include <boost/regex.hpp>
35 #include <boost/date_time/posix_time/posix_time.hpp> 35 #include <boost/date_time/posix_time/posix_time.hpp>
36 #include <cassert> 36 #include <cassert>
37 37
38 38
39 static const char* OPTION_CA_CERTIFICATES = "ca-certificates";
40 static const char* OPTION_PASSWORD = "password";
41 static const char* OPTION_PROXY = "proxy";
42 static const char* OPTION_TIMEOUT = "timeout";
39 static const char* OPTION_URL = "orthanc"; 43 static const char* OPTION_URL = "orthanc";
40 static const char* OPTION_USERNAME = "username"; 44 static const char* OPTION_USERNAME = "username";
41 static const char* OPTION_PASSWORD = "password";
42 static const char* OPTION_TIMEOUT = "timeout";
43 static const char* OPTION_PROXY = "proxy";
44 static const char* OPTION_VERIFY_PEERS = "verify-peers"; 45 static const char* OPTION_VERIFY_PEERS = "verify-peers";
45 static const char* OPTION_CA_CERTIFICATES = "ca-certificates";
46 46
47 47
48 48
49 static bool DisplayPerformanceWarning() 49 static bool DisplayPerformanceWarning()
50 { 50 {