Changeset 11383 in vbox for trunk/src/VBox
- Timestamp:
- Aug 13, 2008 12:21:04 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 34658
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/Performance.cpp
r11336 r11383 387 387 ComSafeArrayIn(IUnknown *, objects)) 388 388 { 389 com::SafeIfaceArray <IUnknown> objectArray(ComSafeArrayInArg(objects));390 389 com::SafeArray <INPTR BSTR> nameArray(ComSafeArrayInArg(metricNames)); 391 if (objectArray.isNull()) 390 391 if (ComSafeArrayInIsNull(objects)) 392 392 { 393 393 if (nameArray.size()) … … 401 401 else 402 402 { 403 com::SafeIfaceArray <IUnknown> objectArray(ComSafeArrayInArg(objects)); 404 403 405 for (size_t i = 0; i < objectArray.size(); ++i) 404 406 switch (nameArray.size())
Note:
See TracChangeset
for help on using the changeset viewer.