VirtualBox

Changeset 101049 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Sep 7, 2023 12:10:12 PM (15 months ago)
Author:
vboxsync
Message:

Main: More Doxygen fixes. bugref:10384

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-all/PlatformPropertiesImpl.cpp

    r101035 r101049  
    7272 * @returns HRESULT
    7373 * @param   aParent             Pointer to IVirtualBox parent object (weak).
    74  * @param   mfIsHost            Set to \c true if this instance handles platform properties of the host,
     74 * @param   fIsHost             Set to \c true if this instance handles platform properties of the host,
    7575 *                              or set to \c false for guests (default).
    7676 */
  • trunk/src/VBox/Main/xml/Settings.cpp

    r101035 r101049  
    51965196 * @param platX86                   Where to store the platform settings.
    51975197 */
    5198 void MachineConfigFile::readPlatformCPUIDTreeX86(const xml::ElementNode &elmChild,
     5198void MachineConfigFile::readPlatformCPUIDTreeX86(const xml::ElementNode &elmPlatformOrHardware,
    51995199                                                 PlatformX86 &platX86)
    52005200{
    52015201    const xml::ElementNode *pelmCPUChild;
    52025202    if ((pelmCPUChild = elmChild.findChildElement("CpuIdTree")))
    5203         readCpuIdTreeX86(*pelmCPUChild, platX86.llCpuIdLeafs);
     5203        readCpuIdTreeX86(*elmPlatformOrHardware, platX86.llCpuIdLeafs);
    52045204}
    52055205
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