Changeset 92133 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Oct 28, 2021 10:43:36 AM (3 years ago)
- Location:
- trunk/src/VBox/Main/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/MachineImpl.h
r91743 r92133 548 548 Utf8Str i_getDefaultNVRAMFilename(); 549 549 Utf8Str i_getSnapshotNVRAMFilename(); 550 SettingsVersion_T i_getSettingsVersion(void); 550 551 551 552 void i_composeSavedStateFilename(Utf8Str &strStateFilePath); -
trunk/src/VBox/Main/include/NATEngineImpl.h
r90828 r92133 63 63 HRESULT setHostIP(const com::Utf8Str &aHostIP); 64 64 HRESULT getHostIP(com::Utf8Str &aBindIP); 65 HRESULT setLocalhostReachable(BOOL fLocalhostReachable); 66 HRESULT getLocalhostReachable(BOOL *pfLocalhostReachable); 65 67 /* TFTP properties */ 66 68 HRESULT setTFTPPrefix(const com::Utf8Str &aTFTPPrefix);
Note:
See TracChangeset
for help on using the changeset viewer.