diff Core/HttpServer/HttpOutput.h @ 324:64925c94825c

api improvement
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 08 Jan 2013 09:29:56 +0100
parents 4031f73fe0e4
children 78a8eaa5f30b
line wrap: on
line diff
--- a/Core/HttpServer/HttpOutput.h	Mon Jan 07 16:48:35 2013 +0100
+++ b/Core/HttpServer/HttpOutput.h	Tue Jan 08 09:29:56 2013 +0100
@@ -35,6 +35,7 @@
 #include <string>
 #include <stdint.h>
 #include "../Enumerations.h"
+#include "HttpHandler.h"
 
 namespace Orthanc
 {
@@ -55,7 +56,7 @@
                       uint64_t contentLength,
                       const char* contentFilename);
 
-    void SendCustomOkHeader(const std::string& customHeader);
+    void SendOkHeader(const HttpHandler::Arguments& header);
 
     void SendString(const std::string& s);