- Timestamp:
- Mar 10, 2009 10:39:15 AM (16 years ago)
- Location:
- trunk/src/VBox/Main
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/NetworkAdapterImpl.cpp
r17609 r17614 942 942 } 943 943 else 944 if (!(attachmentNode = aAdapterNode.findKey ("HostOnlyNetwork")).isNull() 945 || !(attachmentNode = aAdapterNode.findKey ("HostOnlyInterface")).isNull()) 944 if (!(attachmentNode = aAdapterNode.findKey ("HostOnlyInterface")).isNull()) 946 945 { 947 946 #if defined(RT_OS_WINDOWS) && defined(VBOX_WITH_NETFLT) -
trunk/src/VBox/Main/xml/VirtualBox-settings-common.xsd
r17609 r17614 619 619 </xsd:complexType> 620 620 </xsd:element> 621 <xsd:element name="HostOnlyNetwork">622 <xsd:complexType>623 <xsd:attribute name="name" type="xsd:string" use="optional"/>624 </xsd:complexType>625 </xsd:element>626 621 <xsd:element name="HostOnlyInterface"> 627 622 <xsd:complexType>
Note:
See TracChangeset
for help on using the changeset viewer.