Changeset 17753 in vbox
- Timestamp:
- Mar 12, 2009 2:33:49 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageDisk.cpp
r17654 r17753 705 705 { 706 706 ComPtr<IHardDisk> hardDisk; 707 /** @todo move the location stuff to Main, which can use pfnComposeName 708 * from the disk backends to construct the location properly. */ 707 709 CHECK_ERROR_BREAK (a->virtualBox, 708 710 CreateHardDisk(Bstr ("iSCSI"), 709 BstrFmt ("%ls/%ls ", server.raw(), target.raw()),711 BstrFmt ("%ls/%ls/%ls", server.raw(), target.raw(), lun.raw()), 710 712 hardDisk.asOutParam())); 711 713 CheckComRCBreakRC (rc);
Note:
See TracChangeset
for help on using the changeset viewer.