VirtualBox

Changeset 23643 in vbox for trunk/src/VBox/Main/xml


Ignore:
Timestamp:
Oct 9, 2009 12:23:32 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
53341
Message:

VRDP port range API.

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/xml/Settings.cpp

    r23600 r23643  
    15451545        {
    15461546            pelmHwChild->getAttributeValue("enabled", hw.vrdpSettings.fEnabled);
    1547             pelmHwChild->getAttributeValue("port", hw.vrdpSettings.ulPort);
     1547            pelmHwChild->getAttributeValue("port", hw.vrdpSettings.strPort);
    15481548            pelmHwChild->getAttributeValue("netAddress", hw.vrdpSettings.strNetAddress);
    15491549
     
    23572357    xml::ElementNode *pelmVRDP = pelmHardware->createChild("RemoteDisplay");
    23582358    pelmVRDP->setAttribute("enabled", hw.vrdpSettings.fEnabled);
    2359     pelmVRDP->setAttribute("port", hw.vrdpSettings.ulPort);
     2359    pelmVRDP->setAttribute("port", hw.vrdpSettings.strPort);
    23602360    if (hw.vrdpSettings.strNetAddress.length())
    23612361        pelmVRDP->setAttribute("netAddress", hw.vrdpSettings.strNetAddress);
  • trunk/src/VBox/Main/xml/VirtualBox-settings-common.xsd

    r23465 r23643  
    506506<xsd:complexType name="TRemoteDisplay">
    507507  <xsd:attribute name="enabled" type="xsd:boolean" use="required"/>
    508   <xsd:attribute name="port" type="xsd:unsignedInt" default="0"/>
     508  <xsd:attribute name="port" type="xsd:token" default="0"/>
    509509  <xsd:attribute name="netAddress" type="xsd:token" default=""/>
    510510  <xsd:attribute name="authType" type="TVRDPAuthType" default="Null"/>
Note: See TracChangeset for help on using the changeset viewer.

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