~kinkie/squid/sbuf

« back to all changes in this revision

Viewing changes to src/acl/Data.h

  • Committer: Francesco Chemolli
  • Date: 2016-03-15 15:00:41 UTC
  • mfrom: (14472.1.119 trunk)
  • Revision ID: kinkie@squid-cache.org-20160315150041-6gntq8ulkda7v12d
MergedĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
#ifndef SQUID_ACLDATA_H
10
10
#define SQUID_ACLDATA_H
11
11
 
12
 
#include "SBufList.h"
 
12
#include "sbuf/List.h"
13
13
 
14
14
/// \ingroup ACLAPI
15
15
template <class M>