Changeset 96803 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Sep 20, 2022 12:51:05 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 153694
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/VirtualBoxSDSImpl.h
r96407 r96803 121 121 * 122 122 * @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. 124 124 */ 125 static bool i_isFeatureEnabled( com::Utf8Str const &a_rStrFeature);125 static bool i_isFeatureEnabled(wchar_t const *a_pwszFeature); 126 126 127 127 /**
Note:
See TracChangeset
for help on using the changeset viewer.