Changeset 25966 in vbox for trunk/src/VBox/Frontends/VBoxBFE/MouseImpl.h
- Timestamp:
- Jan 22, 2010 11:15:43 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxBFE/MouseImpl.h
r22277 r25966 1 /* $Id$ */ 1 2 /** @file 2 *3 3 * VBox frontends: Basic Frontend (BFE): 4 4 * Declaration of Mouse class … … 68 68 private: 69 69 70 static DECLCALLBACK(void *) drvQueryInterface(PPDMIBASE pInterface, PDMINTERFACE enmInterface);70 static DECLCALLBACK(void *) drvQueryInterface(PPDMIBASE pInterface, const char *pszIID); 71 71 static DECLCALLBACK(int) drvConstruct(PPDMDRVINS pDrvIns, PCFGMNODE pCfgHandle, uint32_t fFlags); 72 72 static DECLCALLBACK(void) drvDestruct(PPDMDRVINS pDrvIns); … … 84 84 extern Mouse *gMouse; 85 85 86 #endif // ____H_MOUSEIMPL86 #endif // !____H_MOUSEIMPL
Note:
See TracChangeset
for help on using the changeset viewer.