VirtualBox

Ignore:
Timestamp:
Feb 2, 2010 9:11:09 PM (15 years ago)
Author:
vboxsync
Message:

PDM: s/pCfgHandle/pCfg/g - part 2.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/DrvACPI.cpp

    r26166 r26173  
    720720 * @copydoc FNPDMDRVCONSTRUCT
    721721 */
    722 static DECLCALLBACK(int) drvACPIConstruct(PPDMDRVINS pDrvIns, PCFGMNODE pCfgHandle, uint32_t fFlags)
     722static DECLCALLBACK(int) drvACPIConstruct(PPDMDRVINS pDrvIns, PCFGMNODE pCfg, uint32_t fFlags)
    723723{
    724724    PDRVACPI pThis = PDMINS_2_DATA(pDrvIns, PDRVACPI);
     
    738738     * Validate the config.
    739739     */
    740     if (!CFGMR3AreValuesValid(pCfgHandle, "\0"))
     740    if (!CFGMR3AreValuesValid(pCfg, "\0"))
    741741        return VERR_PDM_DRVINS_UNKNOWN_CFG_VALUES;
    742742
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