]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/HttpHdrCc.h
Cleanup: Simplify MEMPROXY_CLASS_* macros
[thirdparty/squid.git] / src / HttpHdrCc.h
index c8bdea3f492f79d09e88384da5e5c67c013eecf1..3448ad56b5ef349f61b7706639489ef1f607f822 100644 (file)
@@ -21,6 +21,7 @@ class Packer;
  */
 class HttpHdrCc
 {
+    MEMPROXY_CLASS(HttpHdrCc);
 
 public:
     static const int32_t MAX_AGE_UNKNOWN=-1; //max-age is unset
@@ -145,8 +146,6 @@ public:
 
     void packInto(Packer * p) const;
 
-    MEMPROXY_CLASS(HttpHdrCc);
-
     /** bit-mask representing what header values are set among those
      * recognized by squid.
      *
@@ -173,8 +172,6 @@ public:
     String other;
 };
 
-MEMPROXY_CLASS_INLINE(HttpHdrCc);
-
 class StatHist;
 class StoreEntry;