Changeset 12639 in vbox
- Timestamp:
- Sep 22, 2008 1:19:14 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 36923
- Location:
- trunk/src/VBox/Devices/Storage
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/VBoxHDD-new.cpp
r12423 r12639 1 /* *$Id$ */1 /* $Id$ */ 2 2 /** @file 3 * VBox HDD Container implementation.3 * VBoxHDD - VBox HDD Container implementation. 4 4 */ 5 5 -
trunk/src/VBox/Devices/Storage/VBoxHDD.cpp
r11287 r12639 1 /* *$Id$ */1 /* $Id$ */ 2 2 /** @file 3 * 4 * VBox storage devices: 5 * VBox HDD container implementation 3 * VBoxHDD - VBox HDD container implementation. 6 4 */ 7 5 -
trunk/src/VBox/Devices/Storage/VDICore.h
r11444 r12639 1 /* *$Id$ */1 /* $Id$ */ 2 2 /** @file 3 3 * Virtual Disk Image (VDI), Core Code Header (internal).
Note:
See TracChangeset
for help on using the changeset viewer.