VirtualBox

Ignore:
Timestamp:
Jun 29, 2016 12:37:43 PM (9 years ago)
Author:
vboxsync
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/ConsoleImpl.cpp

    r61644 r61930  
    80308030        rc = rc2;
    80318031        if (online)
    8032             i_setVMRuntimeErrorCallbackF(0, "BrokenSharedFolder",
    8033                                          N_("Broken shared folder!"));
     8032            i_atVMRuntimeErrorCallbackF(0, "BrokenSharedFolder", N_("Broken shared folder!"));
    80348033    }
    80358034
     
    92379236
    92389237/**
    9239  * VM runtime error callback function.
     9238 * VM runtime error callback function (FNVMATRUNTIMEERROR).
     9239 *
    92409240 * See VMSetRuntimeError for the detailed description of parameters.
    92419241 *
     
    92509250 */
    92519251/* static */ DECLCALLBACK(void)
    9252 Console::i_setVMRuntimeErrorCallback(PUVM pUVM, void *pvUser, uint32_t fFlags,
    9253                                      const char *pszErrorId,
    9254                                      const char *pszFormat, va_list va)
     9252Console::i_atVMRuntimeErrorCallback(PUVM pUVM, void *pvUser, uint32_t fFlags,
     9253                                    const char *pszErrorId, const char *pszFormat, va_list va)
    92559254{
    92569255    bool const fFatal = !!(fFlags & VMSETRTERR_FLAGS_FATAL);
     
    96799678                        {
    96809679                            ErrorInfoKeeper eik;
    9681                             pConsole->i_setVMRuntimeErrorCallbackF(0, "BrokenSharedFolder",
     9680                            pConsole->i_atVMRuntimeErrorCallbackF(0, "BrokenSharedFolder",
    96829681                                   N_("The shared folder '%s' could not be set up: %ls.\n"
    96839682                                      "The shared folder setup will not be complete. It is recommended to power down the virtual "
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