VirtualBox

Ignore:
Timestamp:
Oct 31, 2008 4:05:55 PM (16 years ago)
Author:
vboxsync
Message:

Renamed the attribute

File:
1 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
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