VirtualBox

Ignore:
Timestamp:
Jul 8, 2010 6:40:30 PM (14 years ago)
Author:
vboxsync
Message:

Main: string optimizations (speed up Bstr -> Utf8Str conversions; speed up Utf8StrFmt; fix excessive conversions in Console::configConstructor() and elsewhere)

File:
1 edited

Legend:

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

    r30739 r30750  
    12841284    {
    12851285        LogRel(("Teleporter: Incoming VM from %RTnaddr!\n", &Addr));
    1286         hrc = pState->mptrProgress->SetNextOperation(Bstr(Utf8StrFmt(tr("Teleporting VM from %RTnaddr"), &Addr)), 8);
     1286        hrc = pState->mptrProgress->SetNextOperation(BstrFmt(tr("Teleporting VM from %RTnaddr"), &Addr), 8);
    12871287    }
    12881288    else
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