VirtualBox

Changeset 33055 in vbox for trunk/src/VBox/Main/xml


Ignore:
Timestamp:
Oct 12, 2010 12:08:26 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
66582
Message:

Main: little API cleanup for the strings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/xml/Settings.cpp

    r33051 r33055  
    661661        {
    662662            // pre-1.4 used lower case, so make this case-insensitive
    663             strType.toUpper();
     663            strType.upper();
    664664            if (strType == "NORMAL")
    665665                med.hdType = MediumType_Normal;
     
    21282128    {
    21292129        // settings before 1.3 used lower case so make sure this is case-insensitive
    2130         strTemp.toUpper();
     2130        strTemp.upper();
    21312131        if (strTemp == "NULL")
    21322132            aa.driverType = AudioDriverType_Null;
     
    24392439            {
    24402440                // settings before 1.3 used lower case so make sure this is case-insensitive
    2441                 strAuthType.toUpper();
     2441                strAuthType.upper();
    24422442                if (strAuthType == "NULL")
    24432443                    hw.vrdpSettings.authType = VRDPAuthType_Null;
     
    24822482                {
    24832483                    // settings before 1.3 used lower case so make sure this is case-insensitive
    2484                     strBootMenuMode.toUpper();
     2484                    strBootMenuMode.upper();
    24852485                    if (strBootMenuMode == "DISABLED")
    24862486                        hw.biosSettings.biosBootMenuMode = BIOSBootMenuMode_Disabled;
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