]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/anyp/forward.h
SourceFormat Enforcement
[thirdparty/squid.git] / src / anyp / forward.h
index bc9a52ef36e2c71e1b6ca0afa2667013ac81d653..281202e514620171572008b0ef6e27a1f54013dc 100644 (file)
@@ -1,13 +1,21 @@
+/*
+ * Copyright (C) 1996-2017 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_SRC_ANYP_FORWARD_H
 #define _SQUID_SRC_ANYP_FORWARD_H
 
-#include "base/CbcPointer.h"
+#include "base/RefCount.h"
 
 namespace AnyP
 {
 
 class PortCfg;
-typedef CbcPointer<PortCfg> PortCfgPointer;
+typedef RefCount<PortCfg> PortCfgPointer;
 
 class UriScheme;