]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/acl/AnyOf.h
SourceFormat Enforcement
[thirdparty/squid.git] / src / acl / AnyOf.h
index e1536eeec8c1e2fd7524e8085ba6270df94fcd03..2fb7696b8673cfa5a261da489ad2cec916898a4f 100644 (file)
@@ -1,16 +1,25 @@
+/*
+ * 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
 
 #include "acl/BoolOps.h"
 
-namespace Acl {
+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;
@@ -20,8 +29,8 @@ private:
     static Prototype RegistryProtoype;
     static AnyOf RegistryEntry_;
 };
-MEMPROXY_CLASS_INLINE(Acl::AnyOf);
 
 } // namespace Acl
 
 #endif /* SQUID_ACL_ANY_OF_H */
+