comparison Core/HttpServer/HttpFileSender.h @ 1525:f9b0169eb6bb

testing
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 11 Aug 2015 17:50:38 +0200
parents f938f7779bcb
children b1291df2f780
comparison
equal deleted inserted replaced
1524:4a0c2eedceb6 1525:f9b0169eb6bb
63 63
64 /** 64 /**
65 * Implementation of the IHttpStreamAnswer interface. 65 * Implementation of the IHttpStreamAnswer interface.
66 **/ 66 **/
67 67
68 virtual HttpCompression SetupHttpCompression(bool /*gzipAllowed*/,
69 bool /*deflateAllowed*/)
70 {
71 return HttpCompression_None;
72 }
73
68 virtual bool HasContentFilename(std::string& filename); 74 virtual bool HasContentFilename(std::string& filename);
69 75
70 virtual std::string GetContentType(); 76 virtual std::string GetContentType();
71 }; 77 };
72 } 78 }