~chtsanti/squid/icap-max-connections

« back to all changes in this revision

Viewing changes to src/acl/ExtUser.h

  • Committer: Christos Tsantilas
  • Date: 2009-04-11 09:00:59 UTC
  • mfrom: (9294.1.333 trunk)
  • Revision ID: chtsanti@users.sourceforge.net-20090411090059-8n47p1kyy1cqfqkn
MergeĀ FromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
 * Copyright (c) 2003, Robert Collins <robertc@squid-cache.org>
33
33
 */
34
34
 
35
 
#ifndef SQUID_ACLIDENT_H
36
 
#define SQUID_ACLIDENT_H
 
35
#ifndef SQUID_EXTUSER_H
 
36
#define SQUID_EXTUSER_H
37
37
 
38
 
#include "ACL.h"
39
 
#include "ACLChecklist.h"
40
 
#include "ACLData.h"
 
38
#include "acl/Acl.h"
 
39
#include "acl/Checklist.h"
 
40
#include "acl/Data.h"
41
41
 
42
42
/// \ingroup ACLAPI
43
43
class ACLExtUser : public ACL
68
68
    char const *type_;
69
69
};
70
70
 
71
 
MEMPROXY_CLASS_INLINE(ACLExtUser)          /**DOCS_NOSEMI*/
 
71
MEMPROXY_CLASS_INLINE(ACLExtUser);
72
72
 
73
 
#endif /* SQUID_ACLIDENT_H */
 
73
#endif /* SQUID_EXTUSER_H */