From: Amos Jeffries Date: Sat, 11 Aug 2012 02:04:03 +0000 (-0600) Subject: shuffel MEMPROXY macros for better CacheMgr reporting names X-Git-Tag: sourceformat-review-1~117 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=510454429b60c36247a0ab6bc737cfc71ecfeed3;p=thirdparty%2Fsquid.git shuffel MEMPROXY macros for better CacheMgr reporting names --- diff --git a/src/comm/Connection.h b/src/comm/Connection.h index af123797c6..b0b41368bc 100644 --- a/src/comm/Connection.h +++ b/src/comm/Connection.h @@ -163,10 +163,9 @@ private: peer *_peer; }; -MEMPROXY_CLASS_INLINE(Connection); - }; // namespace Comm +MEMPROXY_CLASS_INLINE(Comm::Connection); // NP: Order and namespace here is very important. // * The second define inlines the first.