Changeset 87949 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Mar 4, 2021 12:49:43 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 143044
- Location:
- trunk/src/VBox/Main/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/NATNetworkImpl.h
r82968 r87949 115 115 116 116 // Internal methods 117 HRESULT setErrorBusy(); 118 117 119 int i_recalculateIpv4AddressAssignments(); 118 120 int i_findFirstAvailableOffset(ADDRESSLOOKUPTYPE, uint32_t *); -
trunk/src/VBox/Main/include/VirtualBoxImpl.h
r86908 r87949 192 192 int i_natNetworkRefInc(const Utf8Str &aNetworkName); 193 193 int i_natNetworkRefDec(const Utf8Str &aNetworkName); 194 195 RWLockHandle *i_getNatNetLock() const; 196 bool i_isNatNetStarted(const Utf8Str &aNetworkName) const; 194 197 195 198 void i_onCloudProviderListChanged(BOOL aRegistered);
Note:
See TracChangeset
for help on using the changeset viewer.