VirtualBox

Changeset 92133 in vbox for trunk/src/VBox/Main/include


Ignore:
Timestamp:
Oct 28, 2021 10:43:36 AM (3 years ago)
Author:
vboxsync
Message:

Main,FE/VBoxManage: Allow changing the localhost reachable flag for the NAT attachment type, bugref:9896

Location:
trunk/src/VBox/Main/include
Files:
2 edited

Legend:

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

    r91743 r92133  
    548548    Utf8Str i_getDefaultNVRAMFilename();
    549549    Utf8Str i_getSnapshotNVRAMFilename();
     550    SettingsVersion_T i_getSettingsVersion(void);
    550551
    551552    void i_composeSavedStateFilename(Utf8Str &strStateFilePath);
  • trunk/src/VBox/Main/include/NATEngineImpl.h

    r90828 r92133  
    6363    HRESULT setHostIP(const com::Utf8Str &aHostIP);
    6464    HRESULT getHostIP(com::Utf8Str &aBindIP);
     65    HRESULT setLocalhostReachable(BOOL fLocalhostReachable);
     66    HRESULT getLocalhostReachable(BOOL *pfLocalhostReachable);
    6567    /* TFTP properties */
    6668    HRESULT setTFTPPrefix(const com::Utf8Str &aTFTPPrefix);
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