VirtualBox

Changeset 34837 in vbox for trunk/include


Ignore:
Timestamp:
Dec 8, 2010 2:37:42 PM (14 years ago)
Author:
vboxsync
Message:

Main/Settings: always use forward slashes in media & snapshot folder paths to make things more portable between windows & other OSes

Location:
trunk/include/VBox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/com/string.h

    r34785 r34837  
    536536
    537537    /**
     538     * Converts all '\' characters into '/'.
     539     */
     540    Utf8Str& useForwardSlashes();
     541
     542    /**
    538543     *  Static immutable empty-string object. May be used for comparison purposes.
    539544     */
  • trunk/include/VBox/settings.h

    r34587 r34837  
    387387             fAliasLog(false),
    388388             fAliasProxyOnly(false),
    389              fAliasUseSamePorts(false) {}
     389             fAliasUseSamePorts(false)
     390    {}
     391
    390392     com::Utf8Str            strNetwork;
    391393     com::Utf8Str            strBindIP;
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