VirtualBox

Ignore:
Timestamp:
Nov 29, 2023 2:51:33 PM (18 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/src-server/UnattendedImpl.cpp

    r102347 r102381  
    35763576}
    35773577
     3578HRESULT Unattended::getKeyboardLayout(com::Utf8Str &aKeyboardLayout)
     3579{
     3580    RT_NOREF(aKeyboardLayout);
     3581    return E_NOTIMPL;
     3582}
     3583
     3584HRESULT Unattended::setKeyboardLayout(const com::Utf8Str &aKeyboardLayout)
     3585{
     3586    RT_NOREF(aKeyboardLayout);
     3587    return E_NOTIMPL;
     3588}
     3589
     3590HRESULT Unattended::getKeyboardVariant(com::Utf8Str &aKeyboardVariant)
     3591{
     3592    RT_NOREF(aKeyboardVariant);
     3593    return E_NOTIMPL;
     3594}
     3595
     3596HRESULT Unattended::setKeyboardVariant(const com::Utf8Str &aKeyboardVariant)
     3597{
     3598    RT_NOREF(aKeyboardVariant);
     3599    return E_NOTIMPL;
     3600}
     3601
    35783602HRESULT Unattended::getLocale(com::Utf8Str &aLocale)
    35793603{
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