VirtualBox

Changeset 10782 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jul 21, 2008 2:51:16 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
33553
Message:

Attempt to fix rhel3 build failures.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/testcase/tstAPI.cpp

    r10779 r10782  
    10421042        // Get info for the metric
    10431043        com::SafeArray<BSTR> nameOfMetric(1);
    1044         Bstr (retNames[i]).cloneTo (&nameOfMetric[0]);
     1044        Bstr tmpName(retNames[i]);
     1045        tmpName.detachTo (&nameOfMetric[0]);
    10451046        com::SafeIfaceArray<IUnknown> anObject(1);
    10461047        ComPtr<IUnknown>(retObjects[i]).queryInterfaceTo(&anObject[0]);
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette