]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/tests/stub_HttpReply.cc
Author: Alexey Veselovsky <alexey.veselovsky@eykontech.com>
[thirdparty/squid.git] / src / tests / stub_HttpReply.cc
index 6afc0d2d9f609d870793a08c7e1dadeb6bc2ca88..94ba11599aefebbb3f42152076dc807febb67dac 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: stub_HttpReply.cc,v 1.4 2007/08/13 17:20:58 hno Exp $
+ * $Id: stub_HttpReply.cc,v 1.5 2008/01/20 08:54:33 amosjeffries Exp $
  *
  * DEBUG: section 84    Helper process maintenance
  * AUTHOR: Robert Collins
@@ -90,7 +90,7 @@ HttpReply::httpMsgParseError()
 }
 
 bool
-HttpReply::expectingBody(method_t, int64_t&) const
+HttpReply::expectingBody(const HttpRequestMethod&, int64_t&) const
 {
     fatal ("Not implemented");
     return false;