From: Francesco Chemolli Date: Fri, 26 Feb 2016 16:36:24 +0000 (+0100) Subject: renamed SBufExceptions to sbuf/Exceptions X-Git-Tag: SQUID_4_0_8~51^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1dabb1bd77197bbba7719800ae5fdf4f6e35ac1;p=thirdparty%2Fsquid.git renamed SBufExceptions to sbuf/Exceptions --- diff --git a/src/sbuf/SBufExceptions.cc b/src/sbuf/Exceptions.cc similarity index 98% rename from src/sbuf/SBufExceptions.cc rename to src/sbuf/Exceptions.cc index 8fdeeb13ad..21d03ab3a7 100644 --- a/src/sbuf/SBufExceptions.cc +++ b/src/sbuf/Exceptions.cc @@ -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, diff --git a/src/sbuf/SBufExceptions.h b/src/sbuf/Exceptions.h similarity index 100% rename from src/sbuf/SBufExceptions.h rename to src/sbuf/Exceptions.h diff --git a/src/sbuf/Makefile.am b/src/sbuf/Makefile.am index 58b3f2f8f3..d7e914dd0e 100644 --- a/src/sbuf/Makefile.am +++ b/src/sbuf/Makefile.am @@ -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 diff --git a/src/sbuf/SBuf.cc b/src/sbuf/SBuf.cc index b5155ada7d..75cd9d7f3a 100644 --- a/src/sbuf/SBuf.cc +++ b/src/sbuf/SBuf.cc @@ -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 diff --git a/src/sbuf/SBuf.h b/src/sbuf/SBuf.h index f275fc7894..0266e396da 100644 --- a/src/sbuf/SBuf.h +++ b/src/sbuf/SBuf.h @@ -15,7 +15,7 @@ #include "Debug.h" #include "globals.h" #include "sbuf/MemBlob.h" -#include "SBufExceptions.h" +#include "sbuf/Exceptions.h" #include #include