VirtualBox

Changeset 45602 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Apr 18, 2013 10:02:15 AM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
85097
Message:

ApplianceImplExport.cpp: VBox is never ever written Vbox.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/ApplianceImpl.cpp

    r45367 r45602  
    245245 * Private helper func that suggests a VirtualBox guest OS type
    246246 * for the given OVF operating system type.
    247  * @param osTypeVBox
    248  * @param c
    249  */
    250 ovf::CIMOSType_T convertVBoxOSType2CIMOSType(const char *pcszVbox)
     247 * @param pcszVBox  Our guest OS type identifier string.
     248 */
     249ovf::CIMOSType_T convertVBoxOSType2CIMOSType(const char *pcszVBox)
    251250{
    252251    for (size_t i = 0; i < RT_ELEMENTS(g_osTypes); ++i)
    253252    {
    254         if (!RTStrICmp(pcszVbox, Global::OSTypeId(g_osTypes[i].osType)))
     253        if (!RTStrICmp(pcszVBox, Global::OSTypeId(g_osTypes[i].osType)))
    255254            return g_osTypes[i].cim;
    256255    }
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