Changeset 107524 in vbox
- Timestamp:
- Jan 8, 2025 3:03:51 PM (3 months ago)
- svn:sync-xref-src-repo-rev:
- 166587
- Location:
- trunk/src/VBox/Main
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r107402 r107524 11823 11823 Network interface type. 11824 11824 </desc> 11825 <const name="Invalid" value="0"/> 11825 11826 <const name="Bridged" value="1"/> 11826 11827 <const name="HostOnly" value="2"/> -
trunk/src/VBox/Main/src-server/HostNetworkInterfaceImpl.cpp
r106061 r107524 48 48 49 49 HostNetworkInterface::HostNetworkInterface() 50 : mVirtualBox(NULL) 50 : mIfType(HostNetworkInterfaceType_Invalid) 51 , mVirtualBox(NULL) 51 52 { 52 53 }
Note:
See TracChangeset
for help on using the changeset viewer.