comparison Core/HttpServer/HttpOutput.h @ 8:3a584803783e

build with visual studio
author jodogne
date Fri, 20 Jul 2012 11:00:49 +0200
parents 3959d33612cc
children 9be852ad33d2
comparison
equal deleted inserted replaced
6:9d483cf71d17 8:3a584803783e
32 private: 32 private:
33 void SendHeaderInternal(HttpStatus status); 33 void SendHeaderInternal(HttpStatus status);
34 34
35 void SendOkHeader(const char* contentType, 35 void SendOkHeader(const char* contentType,
36 bool hasContentLength, 36 bool hasContentLength,
37 size_t contentLength); 37 uint64_t contentLength);
38 38
39 public: 39 public:
40 virtual ~HttpOutput() 40 virtual ~HttpOutput()
41 { 41 {
42 } 42 }