From: Francesco Chemolli Date: Fri, 26 Feb 2016 16:45:24 +0000 (+0100) Subject: rename SBufStringConvert.h to StringConvert.h X-Git-Tag: SQUID_4_0_8~51^2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ac38abee616f0b4b25c82fd93a6acf8d586edc07;p=thirdparty%2Fsquid.git rename SBufStringConvert.h to StringConvert.h --- diff --git a/src/HttpRequest.cc b/src/HttpRequest.cc index e7890f90c1..272ed0ebd0 100644 --- a/src/HttpRequest.cc +++ b/src/HttpRequest.cc @@ -25,7 +25,7 @@ #include "HttpRequest.h" #include "log/Config.h" #include "MemBuf.h" -#include "sbuf/SBufStringConvert.h" +#include "sbuf/StringConvert.h" #include "SquidConfig.h" #include "Store.h" #include "URL.h" diff --git a/src/Makefile.am b/src/Makefile.am index 892bb0075e..12dc91cc71 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -412,7 +412,7 @@ squid_SOURCES = \ send-announce.cc \ SBufStatsAction.h \ SBufStatsAction.cc \ - sbuf/SBufStringConvert.h \ + sbuf/StringConvert.h \ $(SNMP_SOURCE) \ SquidMath.h \ SquidMath.cc \ diff --git a/src/acl/HttpHeaderData.cc b/src/acl/HttpHeaderData.cc index 2903eb9f36..52dbf162bf 100644 --- a/src/acl/HttpHeaderData.cc +++ b/src/acl/HttpHeaderData.cc @@ -18,7 +18,7 @@ #include "Debug.h" #include "HttpHeaderTools.h" #include "sbuf/SBuf.h" -#include "sbuf/SBufStringConvert.h" +#include "sbuf/StringConvert.h" /* Construct an ACLHTTPHeaderData that uses an ACLRegex rule with the value of the * selected header from a given request. diff --git a/src/acl/Note.cc b/src/acl/Note.cc index 35e43318f4..4b96ad7c7b 100644 --- a/src/acl/Note.cc +++ b/src/acl/Note.cc @@ -14,7 +14,7 @@ #include "HttpRequest.h" #include "Notes.h" #include "parser/Tokenizer.h" -#include "sbuf/SBufStringConvert.h" +#include "sbuf/StringConvert.h" int ACLNoteStrategy::match(ACLData * &data, ACLFilledChecklist *checklist, ACLFlags &flags) diff --git a/src/acl/NoteData.cc b/src/acl/NoteData.cc index d65b1f2534..25c5ff1f40 100644 --- a/src/acl/NoteData.cc +++ b/src/acl/NoteData.cc @@ -13,7 +13,7 @@ #include "acl/StringData.h" #include "ConfigParser.h" #include "Debug.h" -#include "sbuf/SBufStringConvert.h" +#include "sbuf/StringConvert.h" #include "wordlist.h" ACLNoteData::ACLNoteData() : values(new ACLStringData) diff --git a/src/adaptation/Iterator.cc b/src/adaptation/Iterator.cc index 7cfa060f8f..b2565dc8bb 100644 --- a/src/adaptation/Iterator.cc +++ b/src/adaptation/Iterator.cc @@ -19,7 +19,7 @@ #include "HttpMsg.h" #include "HttpReply.h" #include "HttpRequest.h" -#include "sbuf/SBufStringConvert.h" +#include "sbuf/StringConvert.h" Adaptation::Iterator::Iterator( HttpMsg *aMsg, HttpRequest *aCause, diff --git a/src/mgr/ActionParams.cc b/src/mgr/ActionParams.cc index 7cf8421714..5d91376440 100644 --- a/src/mgr/ActionParams.cc +++ b/src/mgr/ActionParams.cc @@ -12,7 +12,7 @@ #include "base/TextException.h" #include "ipc/TypedMsgHdr.h" #include "mgr/ActionParams.h" -#include "sbuf/SBufStringConvert.h" +#include "sbuf/StringConvert.h" Mgr::ActionParams::ActionParams(): httpMethod(Http::METHOD_NONE) { diff --git a/src/sbuf/SBufStringConvert.h b/src/sbuf/StringConvert.h similarity index 100% rename from src/sbuf/SBufStringConvert.h rename to src/sbuf/StringConvert.h