VirtualBox

Changeset 96803 in vbox for trunk/src/VBox/Main/include


Ignore:
Timestamp:
Sep 20, 2022 12:51:05 PM (2 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
153694
Message:

Main/VBoxSDS: Restored original const wchar_t * string parameter for i_isFeatureEnabled - using Utf8Str is just extra code bloat and adds two totally unnecessary points of failure. bugref:9341

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/VirtualBoxSDSImpl.h

    r96407 r96803  
    121121     *
    122122     * @returns \c true if enabled, \c false if not.
    123      * @param   a_rStrFeature   Feature to check enabled status for.
     123     * @param   a_pwszFeature   Feature to check enabled status for.
    124124     */
    125     static bool i_isFeatureEnabled(com::Utf8Str const &a_rStrFeature);
     125    static bool i_isFeatureEnabled(wchar_t const *a_pwszFeature);
    126126
    127127    /**
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