Changeset 26173 in vbox for trunk/src/VBox/Devices/Samples
- Timestamp:
- Feb 2, 2010 9:11:09 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 57187
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Samples/VBoxSampleDevice.cpp
r26169 r26173 64 64 65 65 66 static DECLCALLBACK(int) devSampleConstruct(PPDMDEVINS pDevIns, int iInstance, PCFGMNODE pCfg Handle)66 static DECLCALLBACK(int) devSampleConstruct(PPDMDEVINS pDevIns, int iInstance, PCFGMNODE pCfg) 67 67 { 68 68 /* … … 81 81 * Validate and read the configuration. 82 82 */ 83 if (!CFGMR3AreValuesValid(pCfg Handle,83 if (!CFGMR3AreValuesValid(pCfg, 84 84 "Whatever1\0" 85 85 "Whatever2\0"))
Note:
See TracChangeset
for help on using the changeset viewer.