]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/anyp/forward.h
Source Format Enforcement (#532)
[thirdparty/squid.git] / src / anyp / forward.h
index b01b4c0077a809e3dac71984fa4bed9e8b6114da..dd2d00945b28f6af21cec079758bbee4a8db623e 100644 (file)
@@ -1,13 +1,24 @@
+/*
+ * 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