]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/acl/AnyOf.h
SourceFormat Enforcement
[thirdparty/squid.git] / src / acl / AnyOf.h
index cda920586f213b5aedd966d9e751ae06802a3e71..2fb7696b8673cfa5a261da489ad2cec916898a4f 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (C) 1996-2015 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_ANY_OF_H
 #define SQUID_ACL_ANY_OF_H
 
@@ -9,9 +17,9 @@ namespace Acl
 /// Configurable any-of ACL. Each ACL line is a disjuction of ACLs.
 class AnyOf: public Acl::OrNode
 {
-public:
     MEMPROXY_CLASS(AnyOf);
 
+public:
     /* ACL API */
     virtual char const *typeString() const;
     virtual ACL *clone() const;
@@ -21,8 +29,8 @@ private:
     static Prototype RegistryProtoype;
     static AnyOf RegistryEntry_;
 };
-MEMPROXY_CLASS_INLINE(Acl::AnyOf);
 
 } // namespace Acl
 
 #endif /* SQUID_ACL_ANY_OF_H */
+