Changeset 46122 in vbox
- Timestamp:
- May 16, 2013 11:42:23 AM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 85811
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageList.cpp
r46116 r46122 607 607 systemProperties->COMGETTER(DefaultMachineFolder)(str.asOutParam()); 608 608 RTPrintf("Default machine folder: %ls\n", str.raw()); 609 systemProperties-> GetDefaultHardDiskFormat(str.asOutParam());609 systemProperties->COMGETTER(DefaultHardDiskFormat)(str.asOutParam()); 610 610 RTPrintf("Default hard disk format: %ls\n", str.raw()); 611 611 systemProperties->COMGETTER(VRDEAuthLibrary)(str.asOutParam());
Note:
See TracChangeset
for help on using the changeset viewer.