]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/anyp/forward.h
Source Format Enforcement (#532)
[thirdparty/squid.git] / src / anyp / forward.h
index bc9a52ef36e2c71e1b6ca0afa2667013ac81d653..dd2d00945b28f6af21cec079758bbee4a8db623e 100644 (file)
@@ -1,14 +1,23 @@
+/*
+ * Copyright (C) 1996-2020 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 Uri;
 class UriScheme;
 
 } // namespace AnyP