Changeset 102381 in vbox for trunk/src/VBox/Main/src-server/UnattendedImpl.cpp
- Timestamp:
- Nov 29, 2023 2:51:33 PM (18 months ago)
- svn:sync-xref-src-repo-rev:
- 160517
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/UnattendedImpl.cpp
r102347 r102381 3576 3576 } 3577 3577 3578 HRESULT Unattended::getKeyboardLayout(com::Utf8Str &aKeyboardLayout) 3579 { 3580 RT_NOREF(aKeyboardLayout); 3581 return E_NOTIMPL; 3582 } 3583 3584 HRESULT Unattended::setKeyboardLayout(const com::Utf8Str &aKeyboardLayout) 3585 { 3586 RT_NOREF(aKeyboardLayout); 3587 return E_NOTIMPL; 3588 } 3589 3590 HRESULT Unattended::getKeyboardVariant(com::Utf8Str &aKeyboardVariant) 3591 { 3592 RT_NOREF(aKeyboardVariant); 3593 return E_NOTIMPL; 3594 } 3595 3596 HRESULT Unattended::setKeyboardVariant(const com::Utf8Str &aKeyboardVariant) 3597 { 3598 RT_NOREF(aKeyboardVariant); 3599 return E_NOTIMPL; 3600 } 3601 3578 3602 HRESULT Unattended::getLocale(com::Utf8Str &aLocale) 3579 3603 {
Note:
See TracChangeset
for help on using the changeset viewer.