VirtualBox

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


Ignore:
Timestamp:
Aug 11, 2009 12:09:40 PM (15 years ago)
Author:
vboxsync
Message:

ConsoleImpl2: Testing CFGMR3InsertStringW... (no windows)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/ConsoleImpl2.cpp

    r22162 r22163  
    227227     */
    228228    hrc = pMachine->COMGETTER(Name)(&str);                                          H();
    229     STR_CONV();
    230     rc = CFGMR3InsertString(pRoot,  "Name",                 psz);                   RC_CHECK();
    231     STR_FREE();
     229    rc = CFGMR3InsertStringW(pRoot, "Name",                 str);                   RC_CHECK();
    232230    rc = CFGMR3InsertBytes(pRoot,   "UUID", pUuid, sizeof(*pUuid));                 RC_CHECK();
    233231    rc = CFGMR3InsertInteger(pRoot, "RamSize",              cbRam);                 RC_CHECK();
     
    818816        if (!str || !*str)
    819817            break;
    820         STR_CONV();
    821         rc = CFGMR3InsertString(pCfg, szExtraDataKey, psz);
    822         STR_FREE();
     818        rc = CFGMR3InsertStringW(pCfg, szExtraDataKey, str);
    823819        cModes++;
    824820    }
     
    25022498                }
    25032499                CloseHandle(hDevice);
    2504                
     2500
    25052501                if (fSharedMacOnWire)
    25062502                {
     
    27722768                hrc = virtualBox->GetExtraData(BstrFmt("HostOnly/%s/IPV6NetMask", pszHifName), tmpMask.asOutParam());
    27732769            if (SUCCEEDED(hrc) && !tmpAddr.isEmpty() && !tmpMask.isEmpty())
    2774             {   
     2770            {
    27752771                hrc = hostInterface->EnableStaticIpConfigV6(tmpAddr, Utf8Str(tmpMask).toUInt32());
    27762772                ComAssertComRC(hrc); /** @todo r=bird: Why this isn't fatal? (H()) */
Note: See TracChangeset for help on using the changeset viewer.

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