Changeset 10782 in vbox for trunk/src/VBox
- Timestamp:
- Jul 21, 2008 2:51:16 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 33553
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/testcase/tstAPI.cpp
r10779 r10782 1042 1042 // Get info for the metric 1043 1043 com::SafeArray<BSTR> nameOfMetric(1); 1044 Bstr (retNames[i]).cloneTo (&nameOfMetric[0]); 1044 Bstr tmpName(retNames[i]); 1045 tmpName.detachTo (&nameOfMetric[0]); 1045 1046 com::SafeIfaceArray<IUnknown> anObject(1); 1046 1047 ComPtr<IUnknown>(retObjects[i]).queryInterfaceTo(&anObject[0]);
Note:
See TracChangeset
for help on using the changeset viewer.