~squid/squid/sbuf-use

« back to all changes in this revision

Viewing changes to src/acl/MethodData.h

  • Committer: Francesco Chemolli
  • Date: 2014-04-12 17:32:34 UTC
  • Revision ID: kinkie@squid-cache.org-20140412173234-2huabiq13lvajnqb
Convert to SBufList some missing acl dump methods

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
    ACLMethodData &operator= (ACLMethodData const &);
51
51
    virtual ~ACLMethodData();
52
52
    bool match(HttpRequestMethod);
53
 
    SBufList dump() const;
 
53
    virtual SBufList dump() const;
54
54
    void parse();
55
55
    bool empty() const;
56
56
    virtual ACLData<HttpRequestMethod> *clone() const;