VirtualBox

Changeset 102381 in vbox for trunk/src/VBox/Main/testcase


Ignore:
Timestamp:
Nov 29, 2023 2:51:33 PM (17 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
160517
Message:

Main/Unattended: Added stubs for IUnattended:keyboardLayout + IUnattended:keyboardVariant attributes. bugref:10553

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/testcase/tstUnattendedScript.cpp

    r102360 r102381  
    288288}
    289289
     290HRESULT Unattended::getKeyboardLayout(com::Utf8Str &aKeyboardLayout)
     291{
     292    RT_NOREF(aKeyboardLayout);
     293    return E_NOTIMPL;
     294}
     295
     296HRESULT Unattended::setKeyboardLayout(const com::Utf8Str &aKeyboardLayout)
     297{
     298    RT_NOREF(aKeyboardLayout);
     299    return E_NOTIMPL;
     300}
     301
     302HRESULT Unattended::getKeyboardVariant(com::Utf8Str &aKeyboardVariant)
     303{
     304    RT_NOREF(aKeyboardVariant);
     305    return E_NOTIMPL;
     306}
     307
     308HRESULT Unattended::setKeyboardVariant(const com::Utf8Str &aKeyboardVariant)
     309{
     310    RT_NOREF(aKeyboardVariant);
     311    return E_NOTIMPL;
     312}
     313
    290314HRESULT Unattended::getLocale(com::Utf8Str &aLocale)
    291315{
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