Changeset 27232 in vbox for trunk/src/VBox/Devices/Storage/ParallelsHDDCore.cpp
- Timestamp:
- Mar 9, 2010 9:05:57 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 58614
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/ParallelsHDDCore.cpp
r26291 r27232 6 6 7 7 /* 8 * Copyright (C) 2006-20 09Sun Microsystems, Inc.8 * Copyright (C) 2006-2010 Sun Microsystems, Inc. 9 9 * 10 10 * This file is part of VirtualBox Open Source Edition (OSE), as … … 162 162 pImage->pszFilename, 163 163 uOpenFlags, 164 NULL, &pImage->pvStorage); 164 NULL, 165 pImage->pVDIfsDisk, 166 &pImage->pvStorage); 165 167 #endif 166 168
Note:
See TracChangeset
for help on using the changeset viewer.