Changeset 102116 in vbox for trunk/src/VBox/Main/testcase
- Timestamp:
- Nov 15, 2023 7:41:58 PM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/testcase/tstUnattendedScript.cpp
r101683 r102116 250 250 } 251 251 252 HRESULT Unattended::getUserPayloadIsoPath(com::Utf8Str &userPayloadIsoPath) 253 { 254 RT_NOREF(userPayloadIsoPath); 255 return E_NOTIMPL; 256 } 257 258 HRESULT Unattended::setUserPayloadIsoPath(const com::Utf8Str &userPayloadIsoPath) 259 { 260 RT_NOREF(userPayloadIsoPath); 261 return E_NOTIMPL; 262 } 263 264 HRESULT Unattended::getInstallUserPayload(BOOL *installUserPayload) 265 { 266 RT_NOREF(installUserPayload); 267 return E_NOTIMPL; 268 } 269 270 HRESULT Unattended::setInstallUserPayload(BOOL installUserPayload) 271 { 272 RT_NOREF(installUserPayload); 273 return E_NOTIMPL; 274 } 275 252 276 HRESULT Unattended::getTimeZone(com::Utf8Str &aTimeZone) 253 277 {
Note:
See TracChangeset
for help on using the changeset viewer.