VirtualBox

Changeset 26173 in vbox for trunk/src/VBox/Devices/Samples


Ignore:
Timestamp:
Feb 2, 2010 9:11:09 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
57187
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Samples/VBoxSampleDevice.cpp

    r26169 r26173  
    6464
    6565
    66 static DECLCALLBACK(int) devSampleConstruct(PPDMDEVINS pDevIns, int iInstance, PCFGMNODE pCfgHandle)
     66static DECLCALLBACK(int) devSampleConstruct(PPDMDEVINS pDevIns, int iInstance, PCFGMNODE pCfg)
    6767{
    6868    /*
     
    8181     * Validate and read the configuration.
    8282     */
    83     if (!CFGMR3AreValuesValid(pCfgHandle,
     83    if (!CFGMR3AreValuesValid(pCfg,
    8484                              "Whatever1\0"
    8585                              "Whatever2\0"))
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