diff Core/HttpServer/HttpOutput.h @ 43:9be852ad33d2

rename for c
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 04 Sep 2012 09:59:34 +0200
parents 3a584803783e
children a15e90e5d6fc
line wrap: on
line diff
--- a/Core/HttpServer/HttpOutput.h	Mon Sep 03 11:34:00 2012 +0200
+++ b/Core/HttpServer/HttpOutput.h	Tue Sep 04 09:59:34 2012 +0200
@@ -30,7 +30,7 @@
   class HttpOutput
   {
   private:
-    void SendHeaderInternal(HttpStatus status);
+    void SendHeaderInternal(Palantir_HttpStatus status);
 
     void SendOkHeader(const char* contentType,
                       bool hasContentLength,
@@ -56,7 +56,7 @@
 
     void SendMethodNotAllowedError(const std::string& allowed);
 
-    void SendHeader(HttpStatus status);
+    void SendHeader(Palantir_HttpStatus status);
 
 
     // Higher-level constructs to send entire files or buffers -------------------