diff --git a/src/beast/Builds/VisualStudio2012/beast.vcxproj b/src/beast/Builds/VisualStudio2012/beast.vcxproj index 21a12960dd..2d0b7f019e 100644 --- a/src/beast/Builds/VisualStudio2012/beast.vcxproj +++ b/src/beast/Builds/VisualStudio2012/beast.vcxproj @@ -73,7 +73,7 @@ - + @@ -81,7 +81,7 @@ - + @@ -360,7 +360,7 @@ true true - + true true diff --git a/src/beast/Builds/VisualStudio2012/beast.vcxproj.filters b/src/beast/Builds/VisualStudio2012/beast.vcxproj.filters index 528e2499f8..e318762522 100644 --- a/src/beast/Builds/VisualStudio2012/beast.vcxproj.filters +++ b/src/beast/Builds/VisualStudio2012/beast.vcxproj.filters @@ -1038,10 +1038,10 @@ beast - + beast - + beast @@ -1565,7 +1565,7 @@ beast\net\impl - + beast\net diff --git a/src/beast/beast/xmpl.h b/src/beast/beast/MPL.h similarity index 100% rename from src/beast/beast/xmpl.h rename to src/beast/beast/MPL.h diff --git a/src/beast/beast/xnet.h b/src/beast/beast/Net.h similarity index 100% rename from src/beast/beast/xnet.h rename to src/beast/beast/Net.h diff --git a/src/beast/beast/intrusive/ForwardList.h b/src/beast/beast/intrusive/ForwardList.h index 2a88225b97..8ace8541c5 100644 --- a/src/beast/beast/intrusive/ForwardList.h +++ b/src/beast/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/src/beast/beast/net/xnet.cpp b/src/beast/beast/net/Net.cpp similarity index 100% rename from src/beast/beast/net/xnet.cpp rename to src/beast/beast/net/Net.cpp diff --git a/src/beast/modules/beast_core/beast_core.h b/src/beast/modules/beast_core/beast_core.h index 3e1a266863..6f35a57c9c 100644 --- a/src/beast/modules/beast_core/beast_core.h +++ b/src/beast/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" //------------------------------------------------------------------------------ diff --git a/src/ripple/beast/ripple_beast.cpp b/src/ripple/beast/ripple_beast.cpp index 56a603d915..197d56d3cf 100644 --- a/src/ripple/beast/ripple_beast.cpp +++ b/src/ripple/beast/ripple_beast.cpp @@ -25,4 +25,4 @@ #include "../beast/modules/beast_db/beast_db.cpp" #include "../beast/modules/beast_sqdb/beast_sqdb.cpp" -#include "../beast/beast/net/net.cpp" +#include "../beast/beast/net/Net.cpp"