Changeset 26173 in vbox for trunk/src/VBox/Frontends/VBoxBFE/VMMDevInterface.h
- 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/Frontends/VBoxBFE/VMMDevInterface.h
r25966 r26173 64 64 65 65 static DECLCALLBACK(void *) drvQueryInterface(PPDMIBASE pInterface, const char *pszIID); 66 static DECLCALLBACK(int) drvConstruct(PPDMDRVINS pDrvIns, PCFGMNODE pCfg Handle, uint32_t fFlags);66 static DECLCALLBACK(int) drvConstruct(PPDMDRVINS pDrvIns, PCFGMNODE pCfg, uint32_t fFlags); 67 67 static DECLCALLBACK(void) drvDestruct(PPDMDRVINS pDrvIns); 68 68 };
Note:
See TracChangeset
for help on using the changeset viewer.