VirtualBox

Ignore:
Timestamp:
Apr 8, 2022 5:09:45 PM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
150884
Message:

Main/Unattended: ​​bugref:9781. Renaming the newly added attribute.

File:
1 edited

Legend:

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

    r94532 r94533  
    100100    bool           i_isFirmwareEFI() const;
    101101    Utf8Str const &i_getDetectedOSVersion();
    102     bool           i_getIsNetworkAccessible() const;
     102    bool           i_getAvoidUpdatesOverNetwork() const;
    103103
    104104private:
     
    148148    Utf8Str         mStrDetectedOSHints;
    149149    RTCList<WIMImage> mDetectedImages;
    150     bool            mfIsNetworkAccessible;
     150    bool            mfAvoidUpdatesOverNetwork;
    151151    /** @} */
    152152
     
    233233    HRESULT getDetectedImageIndices(std::vector<ULONG> &aDetectedImageIndices);
    234234    HRESULT getIsUnattendedInstallSupported(BOOL *aIsUnattendedInstallSupported);
    235     HRESULT getIsNetworkAccessible(BOOL *aIsNetworkAccessible);
    236     HRESULT setIsNetworkAccessible(BOOL aIsNetworkAccessible);
     235    HRESULT getAvoidUpdatesOverNetwork(BOOL *aAvoidUpdatesOverNetwork);
     236    HRESULT setAvoidUpdatesOverNetwork(BOOL aAvoidUpdatesOverNetwork);
    237237    //internal functions
    238238
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