comparison OrthancServer/OrthancConfiguration.h @ 3138:ab46e537f92e

renamed class MongooseServer as HttpServer, CivetWeb made default HTTP server
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 17 Jan 2019 18:29:16 +0100
parents 4e43e67f8ecf
children 6fd38327e777
comparison
equal deleted inserted replaced
3137:5a3b961e9524 3138:ab46e537f92e
43 #include <boost/thread/shared_mutex.hpp> 43 #include <boost/thread/shared_mutex.hpp>
44 #include <boost/thread/lock_types.hpp> 44 #include <boost/thread/lock_types.hpp>
45 45
46 namespace Orthanc 46 namespace Orthanc
47 { 47 {
48 class MongooseServer; 48 class HttpServer;
49 class ServerIndex; 49 class ServerIndex;
50 50
51 class OrthancConfiguration : public boost::noncopyable 51 class OrthancConfiguration : public boost::noncopyable
52 { 52 {
53 private: 53 private:
182 182
183 void GetListOfDicomModalities(std::set<std::string>& target) const; 183 void GetListOfDicomModalities(std::set<std::string>& target) const;
184 184
185 void GetListOfOrthancPeers(std::set<std::string>& target) const; 185 void GetListOfOrthancPeers(std::set<std::string>& target) const;
186 186
187 void SetupRegisteredUsers(MongooseServer& httpServer) const; 187 void SetupRegisteredUsers(HttpServer& httpServer) const;
188 188
189 std::string InterpretStringParameterAsPath(const std::string& parameter) const; 189 std::string InterpretStringParameterAsPath(const std::string& parameter) const;
190 190
191 void GetListOfStringsParameter(std::list<std::string>& target, 191 void GetListOfStringsParameter(std::list<std::string>& target,
192 const std::string& key) const; 192 const std::string& key) const;