Changeset 235 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Jan 23, 2007 1:10:43 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/ConsoleImpl.h
r1 r235 189 189 void onAdditionsStateChange(); 190 190 void onAdditionsOutdated(); 191 void onKeyboardLedsChange(bool fNumLock, bool fCapsLock, bool fScrollLock); 191 void onKeyboardLedsChange (bool fNumLock, bool fCapsLock, bool fScrollLock); 192 void onRuntimeError (BOOL aFatal, INPTR BSTR aErrorID, INPTR BSTR aMessage); 192 193 193 194 static const PDMDRVREG DrvStatusReg; … … 375 376 const char *pszFormat, va_list args); 376 377 378 static DECLCALLBACK(void) 379 setVMRuntimeErrorCallback (PVM pVM, void *pvUser, bool fFatal, 380 const char *pszErrorID, 381 const char *pszFormat, va_list args); 382 377 383 HRESULT captureUSBDevices (PVM pVM); 378 384 void releaseAllUSBDevices (void);
Note:
See TracChangeset
for help on using the changeset viewer.