diff Core/HttpServer/FilesystemHttpHandler.h @ 1441:f3672356c121

refactoring: IHttpHandler and HttpToolbox
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 01 Jul 2015 10:38:39 +0200
parents feaf2840917c
children 8dc80ba768aa
line wrap: on
line diff
--- a/Core/HttpServer/FilesystemHttpHandler.h	Wed Jul 01 10:18:26 2015 +0200
+++ b/Core/HttpServer/FilesystemHttpHandler.h	Wed Jul 01 10:38:39 2015 +0200
@@ -32,13 +32,13 @@
 
 #pragma once
 
-#include "HttpHandler.h"
+#include "IHttpHandler.h"
 
 #include <boost/shared_ptr.hpp>
 
 namespace Orthanc
 {
-  class FilesystemHttpHandler : public HttpHandler
+  class FilesystemHttpHandler : public IHttpHandler
   {
   private:
     // PImpl idiom to avoid the inclusion of boost::filesystem