From be6bd6c9fb239e6fa1f4a4ccb5896261bfddfb78 Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Thu, 19 Sep 2013 09:06:28 -0700 Subject: [PATCH] Change filename capitalization --- src/beast/Builds/VisualStudio2012/beast.vcxproj | 6 +++--- .../Builds/VisualStudio2012/beast.vcxproj.filters | 14 +++++++------- src/beast/beast/net/{net.cpp => xnet.cpp} | 0 src/beast/beast/{mpl.h => xmpl.h} | 0 src/beast/beast/{net.h => xnet.h} | 0 5 files changed, 10 insertions(+), 10 deletions(-) rename src/beast/beast/net/{net.cpp => xnet.cpp} (100%) rename src/beast/beast/{mpl.h => xmpl.h} (100%) rename src/beast/beast/{net.h => xnet.h} (100%) diff --git a/src/beast/Builds/VisualStudio2012/beast.vcxproj b/src/beast/Builds/VisualStudio2012/beast.vcxproj index 40682eac9..21a12960d 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 3f38cdd60..528e2499f 100644 --- a/src/beast/Builds/VisualStudio2012/beast.vcxproj.filters +++ b/src/beast/Builds/VisualStudio2012/beast.vcxproj.filters @@ -852,9 +852,6 @@ beast\mpl - - beast - beast\mpl @@ -1032,9 +1029,6 @@ beast_core\memory - - beast - beast\net @@ -1044,6 +1038,12 @@ beast + + beast + + + beast + @@ -1565,7 +1565,7 @@ beast\net\impl - + beast\net diff --git a/src/beast/beast/net/net.cpp b/src/beast/beast/net/xnet.cpp similarity index 100% rename from src/beast/beast/net/net.cpp rename to src/beast/beast/net/xnet.cpp diff --git a/src/beast/beast/mpl.h b/src/beast/beast/xmpl.h similarity index 100% rename from src/beast/beast/mpl.h rename to src/beast/beast/xmpl.h diff --git a/src/beast/beast/net.h b/src/beast/beast/xnet.h similarity index 100% rename from src/beast/beast/net.h rename to src/beast/beast/xnet.h