Changeset 68895 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Sep 27, 2017 4:38:54 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 118158
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/DrvAudioVideoRec.h
r65410 r68895 41 41 public: 42 42 43 static DECLCALLBACK(int) drvConstruct(PPDMDRVINS pDrvIns, PCFGMNODE pCfg, uint32_t fFlags);43 static DECLCALLBACK(int) drvConstruct(PPDMDRVINS pDrvIns, PCFGMNODE pCfg, uint32_t fFlags); 44 44 static DECLCALLBACK(void) drvDestruct(PPDMDRVINS pDrvIns); 45 static DECLCALLBACK(int) drvAttach(PPDMDRVINS pDrvIns, uint32_t fFlags); 46 static DECLCALLBACK(void) drvDetach(PPDMDRVINS pDrvIns, uint32_t fFlags); 45 47 46 48 private:
Note:
See TracChangeset
for help on using the changeset viewer.