From 0cb51b2552c1bdb757e9d647dd0256e95b77c9a7 Mon Sep 17 00:00:00 2001 From: Myun2 Date: Wed, 23 May 2012 19:51:14 +0900 Subject: [PATCH] =?utf8?q?stream:=20new=20=E3=81=B8=E7=A7=BB=E8=BB=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- roast/include/roast/stream/{ => new}/base_stream.hpp | 0 roast/include/roast/stream/{ => new}/console_stream.hpp | 0 roast/include/roast/stream/{ => new}/file_istream.hpp | 0 roast/include/roast/stream/{ => new}/file_stream.hpp | 0 roast/include/roast/stream/{ => new}/memory_stream.hpp | 0 roast/include/roast/stream/{ => new}/null_stream.hpp | 0 roast/include/roast/stream/{ => new}/socket_stream.hpp | 0 roast/include/roast/stream/{ => new}/std_to_roast.hpp | 0 roast/include/roast/stream/{ => new}/stream.hpp | 0 roast/include/roast/stream/{ => new}/stream_asserter.hpp | 0 roast/include/roast/stream/{ => new}/stream_iterator.hpp | 0 roast/include/roast/stream/{ => new}/string_stream.hpp | 0 roast/include/roast/stream/{ => new}/tie.hpp | 0 roast/include/roast/stream/{ => new}/types.hpp | 0 14 files changed, 0 insertions(+), 0 deletions(-) rename roast/include/roast/stream/{ => new}/base_stream.hpp (100%) rename roast/include/roast/stream/{ => new}/console_stream.hpp (100%) rename roast/include/roast/stream/{ => new}/file_istream.hpp (100%) rename roast/include/roast/stream/{ => new}/file_stream.hpp (100%) rename roast/include/roast/stream/{ => new}/memory_stream.hpp (100%) rename roast/include/roast/stream/{ => new}/null_stream.hpp (100%) rename roast/include/roast/stream/{ => new}/socket_stream.hpp (100%) rename roast/include/roast/stream/{ => new}/std_to_roast.hpp (100%) rename roast/include/roast/stream/{ => new}/stream.hpp (100%) rename roast/include/roast/stream/{ => new}/stream_asserter.hpp (100%) rename roast/include/roast/stream/{ => new}/stream_iterator.hpp (100%) rename roast/include/roast/stream/{ => new}/string_stream.hpp (100%) rename roast/include/roast/stream/{ => new}/tie.hpp (100%) rename roast/include/roast/stream/{ => new}/types.hpp (100%) diff --git a/roast/include/roast/stream/base_stream.hpp b/roast/include/roast/stream/new/base_stream.hpp similarity index 100% rename from roast/include/roast/stream/base_stream.hpp rename to roast/include/roast/stream/new/base_stream.hpp diff --git a/roast/include/roast/stream/console_stream.hpp b/roast/include/roast/stream/new/console_stream.hpp similarity index 100% rename from roast/include/roast/stream/console_stream.hpp rename to roast/include/roast/stream/new/console_stream.hpp diff --git a/roast/include/roast/stream/file_istream.hpp b/roast/include/roast/stream/new/file_istream.hpp similarity index 100% rename from roast/include/roast/stream/file_istream.hpp rename to roast/include/roast/stream/new/file_istream.hpp diff --git a/roast/include/roast/stream/file_stream.hpp b/roast/include/roast/stream/new/file_stream.hpp similarity index 100% rename from roast/include/roast/stream/file_stream.hpp rename to roast/include/roast/stream/new/file_stream.hpp diff --git a/roast/include/roast/stream/memory_stream.hpp b/roast/include/roast/stream/new/memory_stream.hpp similarity index 100% rename from roast/include/roast/stream/memory_stream.hpp rename to roast/include/roast/stream/new/memory_stream.hpp diff --git a/roast/include/roast/stream/null_stream.hpp b/roast/include/roast/stream/new/null_stream.hpp similarity index 100% rename from roast/include/roast/stream/null_stream.hpp rename to roast/include/roast/stream/new/null_stream.hpp diff --git a/roast/include/roast/stream/socket_stream.hpp b/roast/include/roast/stream/new/socket_stream.hpp similarity index 100% rename from roast/include/roast/stream/socket_stream.hpp rename to roast/include/roast/stream/new/socket_stream.hpp diff --git a/roast/include/roast/stream/std_to_roast.hpp b/roast/include/roast/stream/new/std_to_roast.hpp similarity index 100% rename from roast/include/roast/stream/std_to_roast.hpp rename to roast/include/roast/stream/new/std_to_roast.hpp diff --git a/roast/include/roast/stream/stream.hpp b/roast/include/roast/stream/new/stream.hpp similarity index 100% rename from roast/include/roast/stream/stream.hpp rename to roast/include/roast/stream/new/stream.hpp diff --git a/roast/include/roast/stream/stream_asserter.hpp b/roast/include/roast/stream/new/stream_asserter.hpp similarity index 100% rename from roast/include/roast/stream/stream_asserter.hpp rename to roast/include/roast/stream/new/stream_asserter.hpp diff --git a/roast/include/roast/stream/stream_iterator.hpp b/roast/include/roast/stream/new/stream_iterator.hpp similarity index 100% rename from roast/include/roast/stream/stream_iterator.hpp rename to roast/include/roast/stream/new/stream_iterator.hpp diff --git a/roast/include/roast/stream/string_stream.hpp b/roast/include/roast/stream/new/string_stream.hpp similarity index 100% rename from roast/include/roast/stream/string_stream.hpp rename to roast/include/roast/stream/new/string_stream.hpp diff --git a/roast/include/roast/stream/tie.hpp b/roast/include/roast/stream/new/tie.hpp similarity index 100% rename from roast/include/roast/stream/tie.hpp rename to roast/include/roast/stream/new/tie.hpp diff --git a/roast/include/roast/stream/types.hpp b/roast/include/roast/stream/new/types.hpp similarity index 100% rename from roast/include/roast/stream/types.hpp rename to roast/include/roast/stream/new/types.hpp -- 2.11.0