]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
renamed SBufExceptions to sbuf/Exceptions
authorFrancesco Chemolli <kinkie@squid-cache.org>
Fri, 26 Feb 2016 16:36:24 +0000 (17:36 +0100)
committerFrancesco Chemolli <kinkie@squid-cache.org>
Fri, 26 Feb 2016 16:36:24 +0000 (17:36 +0100)
src/sbuf/Exceptions.cc [moved from src/sbuf/SBufExceptions.cc with 98% similarity]
src/sbuf/Exceptions.h [moved from src/sbuf/SBufExceptions.h with 100% similarity]
src/sbuf/Makefile.am
src/sbuf/SBuf.cc
src/sbuf/SBuf.h

similarity index 98%
rename from src/sbuf/SBufExceptions.cc
rename to src/sbuf/Exceptions.cc
index 8fdeeb13addae261f49e98a548e0e460c1cea718..21d03ab3a77980ff0c43f8525285cc426e427922 100644 (file)
@@ -9,7 +9,7 @@
 #include "squid.h"
 #include "OutOfBoundsException.h"
 #include "SBuf.h"
-#include "SBufExceptions.h"
+#include "sbuf/Exceptions.h"
 
 OutOfBoundsException::OutOfBoundsException(const SBuf &throwingBuf,
         SBuf::size_type &pos,
index 58b3f2f8f3a9acfc810a51ae956d3dd502c0bf5f..d7e914dd0eca61c602c9c12758aa05b8216cb046 100644 (file)
@@ -20,8 +20,8 @@ libsbuf_la_SOURCES = \
        Algorithms.h \
        DetailedStats.cc \
        DetailedStats.h \
-       SBufExceptions.cc \
-       SBufExceptions.h \
+       Exceptions.cc \
+       Exceptions.h \
        SBufList.cc \
        SBufList.h \
        SBufStream.h
index b5155ada7dbee758c55c477cb990dd9ff07445e8..75cd9d7f3af1d415ebdbc6051383392bc096f567 100644 (file)
@@ -13,7 +13,7 @@
 #include "OutOfBoundsException.h"
 #include "SBuf.h"
 #include "sbuf/DetailedStats.h"
-#include "SBufExceptions.h"
+#include "sbuf/Exceptions.h"
 #include "util.h"
 
 #include <cstring>
index f275fc7894105e3ed1bb5e848262c8b493eea3de..0266e396dac5007dc682466fcb25c7207b26b7c5 100644 (file)
@@ -15,7 +15,7 @@
 #include "Debug.h"
 #include "globals.h"
 #include "sbuf/MemBlob.h"
-#include "SBufExceptions.h"
+#include "sbuf/Exceptions.h"
 
 #include <climits>
 #include <cstdarg>