]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/acl/SslErrorData.h
Cleanup: Simplify MEMPROXY_CLASS_* macros
[thirdparty/squid.git] / src / acl / SslErrorData.h
index 81e3ea0b13115afa770fac6eb1426d810e0bbf76..eaf249681f99a633a7b11c882521b7a89cfe24a0 100644 (file)
@@ -8,6 +8,7 @@
 
 #ifndef SQUID_ACLSSL_ERRORDATA_H
 #define SQUID_ACLSSL_ERRORDATA_H
+
 #include "acl/Acl.h"
 #include "acl/Data.h"
 #include "CbDataList.h"
 
 class ACLSslErrorData : public ACLData<const Ssl::CertErrors *>
 {
-
-public:
     MEMPROXY_CLASS(ACLSslErrorData);
 
+public:
     ACLSslErrorData();
     ACLSslErrorData(ACLSslErrorData const &);
     ACLSslErrorData &operator= (ACLSslErrorData const &);
@@ -34,6 +34,4 @@ public:
     Ssl::Errors *values;
 };
 
-MEMPROXY_CLASS_INLINE(ACLSslErrorData);
-
 #endif /* SQUID_ACLSSL_ERRORDATA_H */