VirtualBox

Changeset 17614 in vbox for trunk


Ignore:
Timestamp:
Mar 10, 2009 10:39:15 AM (16 years ago)
Author:
vboxsync
Message:

network adapter XML schema HostOnlyNetwork removed

Location:
trunk/src/VBox/Main
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/NetworkAdapterImpl.cpp

    r17609 r17614  
    942942    }
    943943    else
    944     if (!(attachmentNode = aAdapterNode.findKey ("HostOnlyNetwork")).isNull()
    945             || !(attachmentNode = aAdapterNode.findKey ("HostOnlyInterface")).isNull())
     944    if (!(attachmentNode = aAdapterNode.findKey ("HostOnlyInterface")).isNull())
    946945    {
    947946#if defined(RT_OS_WINDOWS) && defined(VBOX_WITH_NETFLT)
  • trunk/src/VBox/Main/xml/VirtualBox-settings-common.xsd

    r17609 r17614  
    619619      </xsd:complexType>
    620620    </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>
    626621    <xsd:element name="HostOnlyInterface">
    627622      <xsd:complexType>
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette