VirtualBox

Ignore:
Timestamp:
Apr 4, 2011 1:16:09 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
70949
Message:

iprt::MiniString -> RTCString.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageAppliance.cpp

    r33540 r36527  
    256256
    257257        char *pszAbsFilePath;
    258         if (strOvfFilename.startsWith("S3://", iprt::MiniString::CaseInsensitive) ||
    259             strOvfFilename.startsWith("SunCloud://", iprt::MiniString::CaseInsensitive) ||
    260             strOvfFilename.startsWith("webdav://", iprt::MiniString::CaseInsensitive))
     258        if (strOvfFilename.startsWith("S3://", RTCString::CaseInsensitive) ||
     259            strOvfFilename.startsWith("SunCloud://", RTCString::CaseInsensitive) ||
     260            strOvfFilename.startsWith("webdav://", RTCString::CaseInsensitive))
    261261            pszAbsFilePath = RTStrDup(strOvfFilename.c_str());
    262262        else
     
    928928
    929929        char *pszAbsFilePath = 0;
    930         if (strOutputFile.startsWith("S3://", iprt::MiniString::CaseInsensitive) ||
    931             strOutputFile.startsWith("SunCloud://", iprt::MiniString::CaseInsensitive) ||
    932             strOutputFile.startsWith("webdav://", iprt::MiniString::CaseInsensitive))
     930        if (strOutputFile.startsWith("S3://", RTCString::CaseInsensitive) ||
     931            strOutputFile.startsWith("SunCloud://", RTCString::CaseInsensitive) ||
     932            strOutputFile.startsWith("webdav://", RTCString::CaseInsensitive))
    933933            pszAbsFilePath = RTStrDup(strOutputFile.c_str());
    934934        else
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