Changeset 13850 in vbox
- Timestamp:
- Nov 5, 2008 11:14:11 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 38845
- Location:
- trunk/src/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp ¶
r13848 r13850 2803 2803 COMGETTER(Id) (description.asOutParam())); 2804 2804 2805 unsigned intcaps;2805 ULONG caps; 2806 2806 CHECK_ERROR(hardDiskFormats [i], 2807 2807 COMGETTER(Capabilities) (&caps)); -
TabularUnified trunk/src/VBox/Main/testcase/tstAPI.cpp ¶
r13848 r13850 777 777 COMGETTER(Id) (description.asOutParam())); 778 778 779 unsigned intcaps;779 ULONG caps; 780 780 CHECK_ERROR_BREAK (hardDiskFormats [i], 781 781 COMGETTER(Capabilities) (&caps));
Note:
See TracChangeset
for help on using the changeset viewer.