diff Core/HttpServer/FilesystemHttpSender.h @ 1123:6c5a77637b23

rename
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 05 Sep 2014 15:59:04 +0200
parents 2d0a347e8cfc
children 6e7e5ed91c2d
line wrap: on
line diff
--- a/Core/HttpServer/FilesystemHttpSender.h	Fri Sep 05 15:48:43 2014 +0200
+++ b/Core/HttpServer/FilesystemHttpSender.h	Fri Sep 05 15:59:04 2014 +0200
@@ -32,7 +32,7 @@
 #pragma once
 
 #include "HttpFileSender.h"
-#include "../FileStorage/FileStorage.h"
+#include "../FileStorage/FilesystemStorage.h"
 
 namespace Orthanc
 {
@@ -53,7 +53,7 @@
 
     FilesystemHttpSender(const boost::filesystem::path& path);
 
-    FilesystemHttpSender(const FileStorage& storage,
+    FilesystemHttpSender(const FilesystemStorage& storage,
                          const std::string& uuid);
   };
 }