VirtualBox

Ignore:
Timestamp:
Feb 1, 2022 1:27:29 PM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
149659
Message:

Main/Unattended: bugref:9781. Adding a missing stub to test code.

File:
1 edited

Legend:

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

    r93405 r93532  
    439439}
    440440
     441HRESULT Unattended::getDetectedImageNames(std::vector<com::Utf8Str> &aDetectedImageNames)
     442{
     443    RT_NOREF(aDetectedImageNames);
     444    return E_NOTIMPL;
     445}
     446
    441447/*
    442448 * Getters that the installer and script classes can use.
     
    684690    return RTTestSummaryAndDestroy(hTest);
    685691}
    686 
Note: See TracChangeset for help on using the changeset viewer.

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