VirtualBox

Changeset 61930 in vbox for trunk/src/VBox/Main/include


Ignore:
Timestamp:
Jun 29, 2016 12:37:43 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
108369
Message:

i_setVMRuntimeErrorCallback -> i_atVMRuntimeErrorCallback - ambigious name (it's not setting the callback).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/ConsoleImpl.h

    r61610 r61930  
    736736                                                            const char *pszErrorFmt, va_list va);
    737737
    738     void                        i_setVMRuntimeErrorCallbackF(uint32_t fFatal, const char *pszErrorId, const char *pszFormat, ...);
    739     static DECLCALLBACK(void)   i_setVMRuntimeErrorCallback(PUVM pUVM, void *pvUser, uint32_t fFatal,
    740                                                             const char *pszErrorId, const char *pszFormat, va_list va);
     738    void                        i_atVMRuntimeErrorCallbackF(uint32_t fFatal, const char *pszErrorId, const char *pszFormat, ...);
     739    static DECLCALLBACK(void)   i_atVMRuntimeErrorCallback(PUVM pUVM, void *pvUser, uint32_t fFatal,
     740                                                           const char *pszErrorId, const char *pszFormat, va_list va);
    741741
    742742    HRESULT                     i_captureUSBDevices(PUVM pUVM);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette