Changeset 102381 in vbox for trunk/src/VBox/Main/testcase
- Timestamp:
- Nov 29, 2023 2:51:33 PM (17 months ago)
- svn:sync-xref-src-repo-rev:
- 160517
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/testcase/tstUnattendedScript.cpp
r102360 r102381 288 288 } 289 289 290 HRESULT Unattended::getKeyboardLayout(com::Utf8Str &aKeyboardLayout) 291 { 292 RT_NOREF(aKeyboardLayout); 293 return E_NOTIMPL; 294 } 295 296 HRESULT Unattended::setKeyboardLayout(const com::Utf8Str &aKeyboardLayout) 297 { 298 RT_NOREF(aKeyboardLayout); 299 return E_NOTIMPL; 300 } 301 302 HRESULT Unattended::getKeyboardVariant(com::Utf8Str &aKeyboardVariant) 303 { 304 RT_NOREF(aKeyboardVariant); 305 return E_NOTIMPL; 306 } 307 308 HRESULT Unattended::setKeyboardVariant(const com::Utf8Str &aKeyboardVariant) 309 { 310 RT_NOREF(aKeyboardVariant); 311 return E_NOTIMPL; 312 } 313 290 314 HRESULT Unattended::getLocale(com::Utf8Str &aLocale) 291 315 {
Note:
See TracChangeset
for help on using the changeset viewer.