VirtualBox

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


Ignore:
Timestamp:
Nov 15, 2023 7:41:58 PM (15 months ago)
Author:
vboxsync
Message:

Main/Unattended: added user payload to unattended. bugref:10446

File:
1 edited

Legend:

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

    r101683 r102116  
    250250}
    251251
     252HRESULT Unattended::getUserPayloadIsoPath(com::Utf8Str &userPayloadIsoPath)
     253{
     254    RT_NOREF(userPayloadIsoPath);
     255    return E_NOTIMPL;
     256}
     257
     258HRESULT Unattended::setUserPayloadIsoPath(const com::Utf8Str &userPayloadIsoPath)
     259{
     260    RT_NOREF(userPayloadIsoPath);
     261    return E_NOTIMPL;
     262}
     263
     264HRESULT Unattended::getInstallUserPayload(BOOL *installUserPayload)
     265{
     266    RT_NOREF(installUserPayload);
     267    return E_NOTIMPL;
     268}
     269
     270HRESULT Unattended::setInstallUserPayload(BOOL installUserPayload)
     271{
     272    RT_NOREF(installUserPayload);
     273    return E_NOTIMPL;
     274}
     275
    252276HRESULT Unattended::getTimeZone(com::Utf8Str &aTimeZone)
    253277{
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette