VirtualBox

Changeset 50196 in vbox for trunk/src/VBox/Main/testcase


Ignore:
Timestamp:
Jan 23, 2014 6:15:23 PM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
91766
Message:

Main: s/Vbox/VBox/g s/VB/VBox/g

File:
1 edited

Legend:

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

    r50117 r50196  
    116116        com::SafeArray<BSTR> aRefs;
    117117        com::SafeArray<BSTR> aOvfValues;
    118         com::SafeArray<BSTR> aVboxValues;
     118        com::SafeArray<BSTR> aVBoxValues;
    119119        com::SafeArray<BSTR> aExtraConfigValues;
    120120        rc = pVSys->GetDescription(ComSafeArrayAsOutParam(aTypes),
    121121                                   ComSafeArrayAsOutParam(aRefs),
    122122                                   ComSafeArrayAsOutParam(aOvfValues),
    123                                    ComSafeArrayAsOutParam(aVboxValues),
     123                                   ComSafeArrayAsOutParam(aVBoxValues),
    124124                                   ComSafeArrayAsOutParam(aExtraConfigValues));
    125125        if (FAILED(rc)) throw MyError(rc, "VirtualSystemDescription::GetDescription() failed\n");
     
    226226                     u, u2, t, pcszType,
    227227                     aOvfValues[u2],
    228                      aVboxValues[u2],
     228                     aVBoxValues[u2],
    229229                     aExtraConfigValues[u2]);
    230230        }
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