Changeset 93534 in vbox for trunk/src/VBox/Main/testcase/tstUnattendedScript.cpp
- Timestamp:
- Feb 1, 2022 4:46:52 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/testcase/tstUnattendedScript.cpp
r93532 r93534 445 445 } 446 446 447 HRESULT Unattended::getDetectedImageIndices(std::vector<uint32_t> &aDetectedImageIndices) 448 { 449 RT_NOREF(aDetectedImageIndices); 450 return E_NOTIMPL; 451 } 452 447 453 /* 448 454 * Getters that the installer and script classes can use.
Note:
See TracChangeset
for help on using the changeset viewer.