VirtualBox

Ignore:
Timestamp:
Apr 4, 2011 1:16:09 PM (14 years ago)
Author:
vboxsync
Message:

iprt::MiniString -> RTCString.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-helper-apps/VBoxExtPackHelperApp.cpp

    r35712 r36527  
    869869     * Ok, down to business.
    870870     */
    871     iprt::MiniString *pstrMangledName = VBoxExtPackMangleName(pszName);
     871    RTCString *pstrMangledName = VBoxExtPackMangleName(pszName);
    872872    if (!pstrMangledName)
    873873        return RTMsgErrorExit(RTEXITCODE_FAILURE, "Failed to mangle name ('%s)", pszName);
     
    955955     * Mangle the name so we can construct the directory names.
    956956     */
    957     iprt::MiniString *pstrMangledName = VBoxExtPackMangleName(pszName);
     957    RTCString *pstrMangledName = VBoxExtPackMangleName(pszName);
    958958    if (!pstrMangledName)
    959959        return RTMsgErrorExit(RTEXITCODE_FAILURE, "Failed to mangle name ('%s)", pszName);
    960     iprt::MiniString strMangledName(*pstrMangledName);
     960    RTCString strMangledName(*pstrMangledName);
    961961    delete pstrMangledName;
    962962
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