]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorSource Maintenance <squidadm@squid-cache.org>
Thu, 16 Feb 2017 12:12:17 +0000 (12:12 +0000)
committerSource Maintenance <squidadm@squid-cache.org>
Thu, 16 Feb 2017 12:12:17 +0000 (12:12 +0000)
src/tests/stub_HttpReply.cc

index 39d815607a757c948a5c1d3c1fd5bd3c3c80fb7b..febf7ddb0c96251bb4e4e92f91ef4ca6b456cd9f 100644 (file)
 HttpReply::HttpReply() : Http::Message(hoReply), date (0), last_modified (0),
     expires (0), surrogate_control (NULL), content_range (NULL), keep_alive (0),
     protoPrefix("HTTP/"), do_clean(false), bodySizeMax(-2)
-    {STUB_NOP}
-    HttpReply::~HttpReply() STUB
-    void HttpReply::setHeaders(Http::StatusCode status, const char *reason, const char *ctype, int64_t clen, time_t lmt, time_t expires_) STUB
-    void HttpReply::packHeadersInto(Packable *) const STUB
-    void HttpReply::reset() STUB
-    void httpBodyPackInto(const HttpBody *, Packable *) STUB
-    bool HttpReply::sanityCheckStartLine(const char *buf, const size_t hdr_len, Http::StatusCode *error) STUB_RETVAL(false)
-    int HttpReply::httpMsgParseError() STUB_RETVAL(0)
-    bool HttpReply::expectingBody(const HttpRequestMethod&, int64_t&) const STUB_RETVAL(false)
-    bool HttpReply::parseFirstLine(const char *start, const char *end) STUB_RETVAL(false)
-    void HttpReply::hdrCacheInit() STUB
-    HttpReply * HttpReply::clone() const STUB_RETVAL(NULL)
-    bool HttpReply::inheritProperties(const Http::Message *aMsg) STUB_RETVAL(false)
-    bool HttpReply::updateOnNotModified(HttpReply const*) STUB_RETVAL(false)
-    int64_t HttpReply::bodySize(const HttpRequestMethod&) const STUB_RETVAL(0)
+{STUB_NOP}
+HttpReply::~HttpReply() STUB
+void HttpReply::setHeaders(Http::StatusCode status, const char *reason, const char *ctype, int64_t clen, time_t lmt, time_t expires_) STUB
+void HttpReply::packHeadersInto(Packable *) const STUB
+void HttpReply::reset() STUB
+void httpBodyPackInto(const HttpBody *, Packable *) STUB
+bool HttpReply::sanityCheckStartLine(const char *buf, const size_t hdr_len, Http::StatusCode *error) STUB_RETVAL(false)
+int HttpReply::httpMsgParseError() STUB_RETVAL(0)
+bool HttpReply::expectingBody(const HttpRequestMethod&, int64_t&) const STUB_RETVAL(false)
+bool HttpReply::parseFirstLine(const char *start, const char *end) STUB_RETVAL(false)
+void HttpReply::hdrCacheInit() STUB
+HttpReply * HttpReply::clone() const STUB_RETVAL(NULL)
+bool HttpReply::inheritProperties(const Http::Message *aMsg) STUB_RETVAL(false)
+bool HttpReply::updateOnNotModified(HttpReply const*) STUB_RETVAL(false)
+int64_t HttpReply::bodySize(const HttpRequestMethod&) const STUB_RETVAL(0)