]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/acl/AllOf.h
SourceFormat Enforcement
[thirdparty/squid.git] / src / acl / AllOf.h
index 1358303aa5ea6b12757082d7c8ef9c8dd45504ff..211b41e1799d277ac859cbcd6f6c06e273d827bc 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * 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.
+ * Please see the COPYING and CONTRIBUTORS files for details.
+ */
+
 #ifndef SQUID_ACL_ALL_OF_H
 #define SQUID_ACL_ALL_OF_H
 
@@ -11,14 +19,14 @@ namespace Acl
 /// acl all-of lines are always ORed together.
 class AllOf: public Acl::InnerNode
 {
-public:
     MEMPROXY_CLASS(AllOf);
 
+public:
     /* ACL API */
     virtual char const *typeString() const;
     virtual ACL *clone() const;
     virtual void parse();
-    virtual wordlist *dump() const;
+    virtual SBufList dump() const;
 
 private:
     /* Acl::InnerNode API */
@@ -27,8 +35,8 @@ private:
     static Prototype RegistryProtoype;
     static AllOf RegistryEntry_;
 };
-MEMPROXY_CLASS_INLINE(Acl::AllOf);
 
 } // namespace Acl
 
 #endif /* SQUID_ACL_ALL_OF_H */
+