]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/acl/AllOf.h
Cleanup: Simplify MEMPROXY_CLASS_* macros
[thirdparty/squid.git] / src / acl / AllOf.h
index 66fde82535c9b278c416608dd5637f89c2a55447..aa3118f95b8274279b6c420ff95f6b1e2e18096a 100644 (file)
@@ -19,9 +19,9 @@ 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;
@@ -35,7 +35,6 @@ private:
     static Prototype RegistryProtoype;
     static AllOf RegistryEntry_;
 };
-MEMPROXY_CLASS_INLINE(Acl::AllOf);
 
 } // namespace Acl