From 2a164f0165ace6dc5158a5ea9bb173d74301b27a Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Thu, 19 Sep 2013 09:22:13 -0700 Subject: [PATCH] Change filname capitalization (end) --- Builds/VisualStudio2012/beast.vcxproj | 6 +++--- Builds/VisualStudio2012/beast.vcxproj.filters | 6 +++--- beast/{xmpl.h => MPL.h} | 0 beast/{xnet.h => Net.h} | 0 beast/intrusive/ForwardList.h | 2 +- beast/net/{xnet.cpp => Net.cpp} | 0 modules/beast_core/beast_core.h | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) rename beast/{xmpl.h => MPL.h} (100%) rename beast/{xnet.h => Net.h} (100%) rename beast/net/{xnet.cpp => Net.cpp} (100%) diff --git a/Builds/VisualStudio2012/beast.vcxproj b/Builds/VisualStudio2012/beast.vcxproj index 21a12960dd..2d0b7f019e 100644 --- a/Builds/VisualStudio2012/beast.vcxproj +++ b/Builds/VisualStudio2012/beast.vcxproj @@ -73,7 +73,7 @@ - + @@ -81,7 +81,7 @@ - + @@ -360,7 +360,7 @@ true true - + true true diff --git a/Builds/VisualStudio2012/beast.vcxproj.filters b/Builds/VisualStudio2012/beast.vcxproj.filters index 528e2499f8..e318762522 100644 --- a/Builds/VisualStudio2012/beast.vcxproj.filters +++ b/Builds/VisualStudio2012/beast.vcxproj.filters @@ -1038,10 +1038,10 @@ beast - + beast - + beast @@ -1565,7 +1565,7 @@ beast\net\impl - + beast\net diff --git a/beast/xmpl.h b/beast/MPL.h similarity index 100% rename from beast/xmpl.h rename to beast/MPL.h diff --git a/beast/xnet.h b/beast/Net.h similarity index 100% rename from beast/xnet.h rename to beast/Net.h diff --git a/beast/intrusive/ForwardList.h b/beast/intrusive/ForwardList.h index 2a88225b97..8ace8541c5 100644 --- a/beast/intrusive/ForwardList.h +++ b/beast/intrusive/ForwardList.h @@ -23,7 +23,7 @@ #include #include "PointerTraits.h" -#include "../mpl.h" +#include "../MPL.h" // Ideas based on boost diff --git a/beast/net/xnet.cpp b/beast/net/Net.cpp similarity index 100% rename from beast/net/xnet.cpp rename to beast/net/Net.cpp diff --git a/modules/beast_core/beast_core.h b/modules/beast_core/beast_core.h index 3e1a266863..6f35a57c9c 100644 --- a/modules/beast_core/beast_core.h +++ b/modules/beast_core/beast_core.h @@ -254,7 +254,7 @@ extern BEAST_API void BEAST_CALLTYPE logAssertion (char const* file, int line) n // New header-only library modeled more closely according to boost #include "../../beast/intrusive/ForwardList.h" -#include "../../beast/net.h" +#include "../../beast/Net.h" //------------------------------------------------------------------------------