]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
rename SBufStringConvert.h to StringConvert.h
authorFrancesco Chemolli <kinkie@squid-cache.org>
Fri, 26 Feb 2016 16:45:24 +0000 (17:45 +0100)
committerFrancesco Chemolli <kinkie@squid-cache.org>
Fri, 26 Feb 2016 16:45:24 +0000 (17:45 +0100)
src/HttpRequest.cc
src/Makefile.am
src/acl/HttpHeaderData.cc
src/acl/Note.cc
src/acl/NoteData.cc
src/adaptation/Iterator.cc
src/mgr/ActionParams.cc
src/sbuf/StringConvert.h [moved from src/sbuf/SBufStringConvert.h with 100% similarity]

index e7890f90c13405b5cf6181be92ad98799c43e29d..272ed0ebd0b06a6981100a0ba96b8f56f09af48b 100644 (file)
@@ -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"
index 892bb0075e4b5695ae8a6f2a9c36989b7051c331..12dc91cc71218150696be3a4624063598c8ad4bf 100644 (file)
@@ -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 \
index 2903eb9f361e5179cf82af010da7df7e2595a4d2..52dbf162bf27b7cbb205a103c3372f0b0892bcad 100644 (file)
@@ -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.
index 35e43318f41b270e91707c8e11851658be20029b..4b96ad7c7bfda630e41fd46636ea11a7831883fa 100644 (file)
@@ -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<MatchType> * &data, ACLFilledChecklist *checklist, ACLFlags &flags)
index d65b1f2534b099f83e34c958e34a7fba4ab3ea80..25c5ff1f40fbbaea8dfcd03a84e8321272b7fa6e 100644 (file)
@@ -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)
index 7cfa060f8fe92c58ab84b7e488241e89e1c5e10c..b2565dc8bbd2f45470c796804588348579199ae6 100644 (file)
@@ -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,
index 7cf84217146d87cf5fa209d25cc9b537a76e2854..5d91376440843d33c89afc729feb8d1dcc63323b 100644 (file)
@@ -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)
 {