VirtualBox

Changeset 93535 in vbox for trunk/src


Ignore:
Timestamp:
Feb 1, 2022 4:56:55 PM (3 years ago)
Author:
vboxsync
Message:

Main/Unattended: bugref:9781. Build fix.

Location:
trunk/src/VBox/Main
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/UnattendedImpl.h

    r93534 r93535  
    224224    HRESULT getDetectedOSHints(com::Utf8Str &aDetectedOSHints);
    225225    HRESULT getDetectedImageNames(std::vector<com::Utf8Str> &aDetectedImageNames);
    226     HRESULT getDetectedImageIndices(std::vector<uint32_t> &aDetectedImageIndices);
     226    HRESULT getDetectedImageIndices(std::vector<ULONG> &aDetectedImageIndices);
    227227    //internal functions
    228228
  • trunk/src/VBox/Main/src-server/UnattendedImpl.cpp

    r93534 r93535  
    32413241}
    32423242
    3243 HRESULT Unattended::getDetectedImageIndices(std::vector<uint32_t> &aDetectedImageIndices)
     3243HRESULT Unattended::getDetectedImageIndices(std::vector<ULONG> &aDetectedImageIndices)
    32443244{
    32453245    AutoReadLock alock(this COMMA_LOCKVAL_SRC_POS);
  • trunk/src/VBox/Main/testcase/tstUnattendedScript.cpp

    r93534 r93535  
    445445}
    446446
    447 HRESULT Unattended::getDetectedImageIndices(std::vector<uint32_t> &aDetectedImageIndices)
     447HRESULT Unattended::getDetectedImageIndices(std::vector<ULONG> &aDetectedImageIndices)
    448448{
    449449    RT_NOREF(aDetectedImageIndices);
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