]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/adaptation/icap/Elements.cc
Source Format Enforcement (#1234)
[thirdparty/squid.git] / src / adaptation / icap / Elements.cc
index 17a26130d7400a538ded426bc896147805f769b8..8068916f184465cb5445b7603e9686085ad9bc2e 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (C) 1996-2023 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.
+ */
+
 #include "squid.h"
 #include "adaptation/icap/Elements.h"
 
@@ -8,6 +16,7 @@ namespace Icap
 {
 
 const XactOutcome xoUnknown = "ICAP_ERR_UNKNOWN";
+const XactOutcome xoGone = "ICAP_ERR_GONE";
 const XactOutcome xoRace = "ICAP_ERR_RACE";
 const XactOutcome xoError = "ICAP_ERR_OTHER";
 const XactOutcome xoOpt = "ICAP_OPT";
@@ -18,3 +27,4 @@ const XactOutcome xoSatisfied = "ICAP_SAT";
 
 } // namespace Icap
 } // namespace Adaptation
+