diff 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
line wrap: on
line diff
--- a/OrthancServer/OrthancConfiguration.h	Thu Jan 17 18:24:23 2019 +0100
+++ b/OrthancServer/OrthancConfiguration.h	Thu Jan 17 18:29:16 2019 +0100
@@ -45,7 +45,7 @@
 
 namespace Orthanc
 {
-  class MongooseServer;
+  class HttpServer;
   class ServerIndex;
   
   class OrthancConfiguration : public boost::noncopyable
@@ -184,7 +184,7 @@
 
     void GetListOfOrthancPeers(std::set<std::string>& target) const;
 
-    void SetupRegisteredUsers(MongooseServer& httpServer) const;
+    void SetupRegisteredUsers(HttpServer& httpServer) const;
 
     std::string InterpretStringParameterAsPath(const std::string& parameter) const;