From 98d80e4e3568bd0e41ba8b2286dbe27128e5412f Mon Sep 17 00:00:00 2001 From: ksherlock Date: Tue, 15 Dec 2009 20:44:50 +0000 Subject: [PATCH] git-svn-id: https://profuse.googlecode.com/svn/branches/v2@176 aa027e90-d47c-11dd-86d7-074df07e0730 --- BlockCache.cpp => Device/BlockCache.cpp | 0 BlockCache.h => Device/BlockCache.h | 0 BlockDevice.cpp => Device/BlockDevice.cpp | 0 BlockDevice.h => Device/BlockDevice.h | 0 DavexDiskImage.cpp => Device/DavexDiskImage.cpp | 0 DavexDiskImage.h => Device/DavexDiskImage.h | 0 DiskCopy42Image.cpp => Device/DiskCopy42Image.cpp | 0 DiskCopy42Image.h => Device/DiskCopy42Image.h | 0 MappedFile.cpp => Device/MappedFile.cpp | 0 MappedFile.h => Device/MappedFile.h | 0 RawDevice.cpp => Device/RawDevice.cpp | 0 RawDevice.h => Device/RawDevice.h | 0 UniversalDiskImage.cpp => Device/UniversalDiskImage.cpp | 0 UniversalDiskImage.h => Device/UniversalDiskImage.h | 0 14 files changed, 0 insertions(+), 0 deletions(-) rename BlockCache.cpp => Device/BlockCache.cpp (100%) rename BlockCache.h => Device/BlockCache.h (100%) rename BlockDevice.cpp => Device/BlockDevice.cpp (100%) rename BlockDevice.h => Device/BlockDevice.h (100%) rename DavexDiskImage.cpp => Device/DavexDiskImage.cpp (100%) rename DavexDiskImage.h => Device/DavexDiskImage.h (100%) rename DiskCopy42Image.cpp => Device/DiskCopy42Image.cpp (100%) rename DiskCopy42Image.h => Device/DiskCopy42Image.h (100%) rename MappedFile.cpp => Device/MappedFile.cpp (100%) rename MappedFile.h => Device/MappedFile.h (100%) rename RawDevice.cpp => Device/RawDevice.cpp (100%) rename RawDevice.h => Device/RawDevice.h (100%) rename UniversalDiskImage.cpp => Device/UniversalDiskImage.cpp (100%) rename UniversalDiskImage.h => Device/UniversalDiskImage.h (100%) diff --git a/BlockCache.cpp b/Device/BlockCache.cpp similarity index 100% rename from BlockCache.cpp rename to Device/BlockCache.cpp diff --git a/BlockCache.h b/Device/BlockCache.h similarity index 100% rename from BlockCache.h rename to Device/BlockCache.h diff --git a/BlockDevice.cpp b/Device/BlockDevice.cpp similarity index 100% rename from BlockDevice.cpp rename to Device/BlockDevice.cpp diff --git a/BlockDevice.h b/Device/BlockDevice.h similarity index 100% rename from BlockDevice.h rename to Device/BlockDevice.h diff --git a/DavexDiskImage.cpp b/Device/DavexDiskImage.cpp similarity index 100% rename from DavexDiskImage.cpp rename to Device/DavexDiskImage.cpp diff --git a/DavexDiskImage.h b/Device/DavexDiskImage.h similarity index 100% rename from DavexDiskImage.h rename to Device/DavexDiskImage.h diff --git a/DiskCopy42Image.cpp b/Device/DiskCopy42Image.cpp similarity index 100% rename from DiskCopy42Image.cpp rename to Device/DiskCopy42Image.cpp diff --git a/DiskCopy42Image.h b/Device/DiskCopy42Image.h similarity index 100% rename from DiskCopy42Image.h rename to Device/DiskCopy42Image.h diff --git a/MappedFile.cpp b/Device/MappedFile.cpp similarity index 100% rename from MappedFile.cpp rename to Device/MappedFile.cpp diff --git a/MappedFile.h b/Device/MappedFile.h similarity index 100% rename from MappedFile.h rename to Device/MappedFile.h diff --git a/RawDevice.cpp b/Device/RawDevice.cpp similarity index 100% rename from RawDevice.cpp rename to Device/RawDevice.cpp diff --git a/RawDevice.h b/Device/RawDevice.h similarity index 100% rename from RawDevice.h rename to Device/RawDevice.h diff --git a/UniversalDiskImage.cpp b/Device/UniversalDiskImage.cpp similarity index 100% rename from UniversalDiskImage.cpp rename to Device/UniversalDiskImage.cpp diff --git a/UniversalDiskImage.h b/Device/UniversalDiskImage.h similarity index 100% rename from UniversalDiskImage.h rename to Device/UniversalDiskImage.h