- Timestamp:
- Oct 24, 2017 4:11:07 PM (7 years ago)
- Location:
- trunk/src/VBox/Main/src-server
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/HostNetworkInterfaceImpl.cpp
r68026 r69238 554 554 fAddrChanged = true; 555 555 } 556 556 557 557 if ( fAddrChanged 558 558 || m.realIPV6PrefixLength != aIPV6NetworkMaskPrefixLength) -
trunk/src/VBox/Main/src-server/NATEngineImpl.cpp
r68447 r69238 417 417 } 418 418 419 AutoWriteLock alock(this COMMA_LOCKVAL_SRC_POS); 419 AutoWriteLock alock(this COMMA_LOCKVAL_SRC_POS); 420 420 if (mData->m->strBindIP != aHostIP) 421 421 { -
trunk/src/VBox/Main/src-server/UnattendedImpl.cpp
r69063 r69238 15 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 16 */ 17 17 18 18 19 /********************************************************************************************************************************* -
trunk/src/VBox/Main/src-server/UnattendedInstaller.cpp
r68222 r69238 15 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 16 */ 17 17 18 18 19 /********************************************************************************************************************************* -
trunk/src/VBox/Main/src-server/UnattendedScript.cpp
r68251 r69238 15 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 16 */ 17 17 18 18 19 /********************************************************************************************************************************* -
trunk/src/VBox/Main/src-server/freebsd/NetIf-freebsd.cpp
r68026 r69238 197 197 198 198 return fWireless; 199 } 199 } 200 200 201 201 int NetIfList(std::list <ComObjPtr<HostNetworkInterface> > &list)
Note:
See TracChangeset
for help on using the changeset viewer.