Changeset 6310 in vbox for trunk/src/VBox/Main/HardDiskImpl.cpp
- Timestamp:
- Jan 9, 2008 6:42:50 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/HardDiskImpl.cpp
r6291 r6310 3250 3250 /* port (optional, defaults to 0) */ 3251 3251 aStorageNode.setValueOr <USHORT> ("port", mPort, 0); 3252 /* lun (optional, force 0x format to co form to XML Schema!) */3252 /* lun (optional, force 0x format to conform to XML Schema!) */ 3253 3253 aStorageNode.setValueOr <ULONG64> ("lun", mLun, 0, 16); 3254 3254 /* userName (optional) */
Note:
See TracChangeset
for help on using the changeset viewer.