~yadi/squid/parser-ng-icap-pt2

« back to all changes in this revision

Viewing changes to src/acl/BoolOps.h

  • Committer: Amos Jeffries
  • Date: 2015-08-22 14:11:43 UTC
  • mfrom: (13957.1.280 trunk)
  • Revision ID: squid3@treenet.co.nz-20150822141143-r5cvm5u5mx6n8ciu
Merged from trunk rev.14237

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
    MEMPROXY_CLASS(OrNode);
63
63
 
64
64
public:
 
65
    /// whether the given rule should be excluded from matching tests based
 
66
    /// on its action
 
67
    virtual bool bannedAction(ACLChecklist *, Nodes::const_iterator) const;
 
68
 
65
69
    /* ACL API */
66
70
    virtual char const *typeString() const;
67
71
    virtual ACL *clone() const;