~chtsanti/squid/icap-max-connections

« back to all changes in this revision

Viewing changes to src/acl/CertificateData.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:
36
36
#define SQUID_ACLCERTIFICATEDATA_H
37
37
 
38
38
#include "splay.h"
39
 
#include "ACL.h"
40
 
#include "ACLData.h"
 
39
#include "acl/Acl.h"
 
40
#include "acl/Data.h"
41
41
#include "ssl_support.h"
42
 
#include "ACLStringData.h"
 
42
#include "acl/StringData.h"
43
43
 
44
44
/// \ingroup ACLAPI
45
45
class ACLCertificateData : public ACLData<SSL *>
65
65
    SSLGETATTRIBUTE *sslAttributeCall;
66
66
};
67
67
 
68
 
MEMPROXY_CLASS_INLINE(ACLCertificateData)          /**DOCS_NOSEMI*/
 
68
MEMPROXY_CLASS_INLINE(ACLCertificateData);
69
69
 
70
70
#endif /* SQUID_ACLCERTIFICATEDATA_H */