Changeset 25966 in vbox for trunk/src/VBox/Frontends/VBoxBFE/StatusImpl.h
- Timestamp:
- Jan 22, 2010 11:15:43 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxBFE/StatusImpl.h
r22277 r25966 1 /* $Id$ */ 1 2 /** @file 2 *3 3 * VBox frontends: Basic Frontend (BFE): 4 4 * Declaration of VMStatus class … … 35 35 36 36 static DECLCALLBACK(void) drvUnitChanged(PPDMILEDCONNECTORS pInterface, unsigned iLUN); 37 static DECLCALLBACK(void *) drvQueryInterface(PPDMIBASE pInterface, PDMINTERFACE enmInterface);37 static DECLCALLBACK(void *) drvQueryInterface(PPDMIBASE pInterface, const char *pszIID); 38 38 static DECLCALLBACK(int) drvConstruct(PPDMDRVINS pDrvIns, PCFGMNODE pCfgHandle, uint32_t fFlags); 39 39 static DECLCALLBACK(void) drvDestruct(PPDMDRVINS pDrvIns); … … 42 42 extern VMStatus *gStatus; 43 43 44 #endif // ____H_STATUSIMPL44 #endif // !____H_STATUSIMPL
Note:
See TracChangeset
for help on using the changeset viewer.