From baff6999b75b8ee34f56cc343d6969818b076b74 Mon Sep 17 00:00:00 2001 From: bemandawes Date: Thu, 26 May 2011 15:21:26 +0000 Subject: [PATCH] Rename binary_stream files to bin_manip git-svn-id: http://svn.boost.org/svn/boost/sandbox/endian@72184 b8fc166d-592f-0410-95f2-cb63ce0dd405 --- boost/{binary_stream.hpp => bin_manip.hpp} | 0 libs/endian/doc/{binary_stream.html => bin_manip.html} | 0 .../example/{binary_stream_example.cpp => bin_manip_example.html} | 0 libs/endian/test/{binary_stream_test.cpp => bin_manip_test.cpp} | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename boost/{binary_stream.hpp => bin_manip.hpp} (100%) rename libs/endian/doc/{binary_stream.html => bin_manip.html} (100%) rename libs/endian/example/{binary_stream_example.cpp => bin_manip_example.html} (100%) rename libs/endian/test/{binary_stream_test.cpp => bin_manip_test.cpp} (100%) diff --git a/boost/binary_stream.hpp b/boost/bin_manip.hpp similarity index 100% rename from boost/binary_stream.hpp rename to boost/bin_manip.hpp diff --git a/libs/endian/doc/binary_stream.html b/libs/endian/doc/bin_manip.html similarity index 100% rename from libs/endian/doc/binary_stream.html rename to libs/endian/doc/bin_manip.html diff --git a/libs/endian/example/binary_stream_example.cpp b/libs/endian/example/bin_manip_example.html similarity index 100% rename from libs/endian/example/binary_stream_example.cpp rename to libs/endian/example/bin_manip_example.html diff --git a/libs/endian/test/binary_stream_test.cpp b/libs/endian/test/bin_manip_test.cpp similarity index 100% rename from libs/endian/test/binary_stream_test.cpp rename to libs/endian/test/bin_manip_test.cpp