Changeset 23223 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Sep 22, 2009 3:50:03 PM (15 years ago)
- Location:
- trunk/src/VBox/Devices/Storage
- Files:
-
- 1 deleted
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/ISCSIHDDCore.cpp
r22982 r23223 24 24 *******************************************************************************/ 25 25 #define LOG_GROUP LOG_GROUP_VD_ISCSI 26 #include "VBoxHDD-Internal.h"26 #include <VBox/VBoxHDD-Plugin.h> 27 27 #define VBOX_VDICORE_VD /* Signal that the header is included from here. */ 28 28 #include "VDICore.h" -
trunk/src/VBox/Devices/Storage/ParallelsHDDCore.cpp
r22982 r23223 22 22 23 23 #define LOG_GROUP LOG_GROUP_VD_VMDK /** @todo: Logging group */ 24 #include "VBoxHDD-Internal.h"24 #include <VBox/VBoxHDD-Plugin.h> 25 25 #include <VBox/err.h> 26 26 -
trunk/src/VBox/Devices/Storage/RawHDDCore.cpp
r22982 r23223 24 24 *******************************************************************************/ 25 25 #define LOG_GROUP LOG_GROUP_VD_RAW 26 #include "VBoxHDD-Internal.h"26 #include <VBox/VBoxHDD-Plugin.h> 27 27 #include <VBox/err.h> 28 28 -
trunk/src/VBox/Devices/Storage/VBoxHDD.cpp
r23114 r23223 40 40 #include <iprt/param.h> 41 41 42 #include "VBoxHDD-Internal.h"42 #include <VBox/VBoxHDD-Plugin.h> 43 43 44 44 -
trunk/src/VBox/Devices/Storage/VDIHDDCore.cpp
r22982 r23223 23 23 *******************************************************************************/ 24 24 #define LOG_GROUP LOG_GROUP_VD_VDI 25 #include "VBoxHDD-Internal.h"25 #include <VBox/VBoxHDD-Plugin.h> 26 26 #define VBOX_VDICORE_VD /* Signal that the header is included from here. */ 27 27 #include "VDICore.h" -
trunk/src/VBox/Devices/Storage/VHDHDDCore.cpp
r22982 r23223 23 23 *******************************************************************************/ 24 24 #define LOG_GROUP LOG_GROUP_VD_VHD 25 #include "VBoxHDD-Internal.h"25 #include <VBox/VBoxHDD-Plugin.h> 26 26 #include <VBox/err.h> 27 27 -
trunk/src/VBox/Devices/Storage/VmdkHDDCore.cpp
r22982 r23223 24 24 *******************************************************************************/ 25 25 #define LOG_GROUP LOG_GROUP_VD_VMDK 26 #include "VBoxHDD-Internal.h"26 #include <VBox/VBoxHDD-Plugin.h> 27 27 #include <VBox/err.h> 28 28
Note:
See TracChangeset
for help on using the changeset viewer.