]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/acl/HttpStatus.h
SourceFormat Enforcement
[thirdparty/squid.git] / src / acl / HttpStatus.h
index 2b404abc791de81e1a2b0c33b1ec41474e117dc9..b5d6b07b5240f3a74503336f6be3962e181a4c8a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2017 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -26,10 +26,9 @@ struct acl_httpstatus_data {
 /// \ingroup ACLAPI
 class ACLHTTPStatus : public ACL
 {
-
-public:
     MEMPROXY_CLASS(ACLHTTPStatus);
 
+public:
     ACLHTTPStatus(char const *);
     ACLHTTPStatus(ACLHTTPStatus const &);
     ~ACLHTTPStatus();
@@ -46,10 +45,9 @@ public:
 protected:
     static Prototype RegistryProtoype;
     static ACLHTTPStatus RegistryEntry_;
-    SplayNode<acl_httpstatus_data*> *data;
+    Splay<acl_httpstatus_data*> *data;
     char const *class_;
 };
 
-MEMPROXY_CLASS_INLINE(ACLHTTPStatus);
-
 #endif /* SQUID_ACLHTTPSTATUS_H */
+