VirtualBox

Changeset 13723 in vbox


Ignore:
Timestamp:
Oct 31, 2008 4:05:55 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
38691
Message:

Renamed the attribute

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

Legend:

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

    r13722 r13723  
    49854985            if (!CPUCountNode.isNull())
    49864986            {
    4987                 mHWData->mCPUCount = CPUCountNode.value <ULONG> ("CPUCount");
     4987                mHWData->mCPUCount = CPUCountNode.value <ULONG> ("count");
    49884988            }
    49894989        }
     
    63606360        /* CPU count */
    63616361        Key CPUCountNode = cpuNode.createKey ("CPUCount");
    6362         CPUCountNode.setValue <ULONG> ("CPUCount", mHWData->mCPUCount);
     6362        CPUCountNode.setValue <ULONG> ("count", mHWData->mCPUCount);
    63636363    }
    63646364
  • trunk/src/VBox/Main/xml/VirtualBox-settings-common.xsd

    r13722 r13723  
    393393
    394394<xsd:complexType name="TCPUCount">
    395   <xsd:attribute name="CPUCount">
     395  <xsd:attribute name="count">
    396396    <xsd:simpleType>
    397397      <xsd:restriction base="xsd:unsignedInt">
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