Changeset 93532 in vbox for trunk/src/VBox/Main/testcase/tstUnattendedScript.cpp
- Timestamp:
- Feb 1, 2022 1:27:29 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 149659
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/testcase/tstUnattendedScript.cpp
r93405 r93532 439 439 } 440 440 441 HRESULT Unattended::getDetectedImageNames(std::vector<com::Utf8Str> &aDetectedImageNames) 442 { 443 RT_NOREF(aDetectedImageNames); 444 return E_NOTIMPL; 445 } 446 441 447 /* 442 448 * Getters that the installer and script classes can use. … … 684 690 return RTTestSummaryAndDestroy(hTest); 685 691 } 686
Note:
See TracChangeset
for help on using the changeset viewer.