Changeset 29965 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Jun 1, 2010 6:41:10 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 62251
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/ConsoleImpl.h
r29957 r29965 519 519 static DECLCALLBACK(int) stateProgressCallback(PVM pVM, unsigned uPercent, void *pvUser); 520 520 521 static DECLCALLBACK(void) setVMErrorCallback(PVM pVM, void *pvUser, int rc, RT_SRC_POS_DECL,522 const char *pszFormat, va_list args);521 static DECLCALLBACK(void) genericVMSetErrorCallback(PVM pVM, void *pvUser, int rc, RT_SRC_POS_DECL, 522 const char *pszErrorFmt, va_list va); 523 523 524 524 static DECLCALLBACK(void) setVMRuntimeErrorCallbackF(PVM pVM, void *pvUser, uint32_t fFatal,
Note:
See TracChangeset
for help on using the changeset viewer.