diff 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
line wrap: on
line diff
--- a/Core/HttpServer/HttpFileSender.h	Tue Aug 11 16:09:24 2015 +0200
+++ b/Core/HttpServer/HttpFileSender.h	Tue Aug 11 17:50:38 2015 +0200
@@ -65,6 +65,12 @@
      * Implementation of the IHttpStreamAnswer interface.
      **/
 
+    virtual HttpCompression SetupHttpCompression(bool /*gzipAllowed*/, 
+                                                 bool /*deflateAllowed*/)
+    {
+      return HttpCompression_None;
+    }
+
     virtual bool HasContentFilename(std::string& filename);
     
     virtual std::string GetContentType();