Changeset 20826 in vbox for trunk/src/VBox/Main
- Timestamp:
- Jun 23, 2009 12:58:13 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/PerformanceImpl.cpp
r19161 r20826 181 181 for (size_t i = 0; i < RT_ELEMENTS(gMetricNames); i++) 182 182 { 183 gMetricNames[i].detachTo(&metricNames[i]);183 Bstr(gMetricNames[i]).cloneTo(&metricNames[i]); 184 184 } 185 185 //gMetricNames.detachTo(ComSafeArrayOutArg (theMetricNames));
Note:
See TracChangeset
for help on using the changeset viewer.