VirtualBox

Changeset 57438 in vbox


Ignore:
Timestamp:
Aug 18, 2015 3:40:07 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
102204
Message:

DECLCALLBACK

Location:
trunk/src/VBox/Main
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/VirtualBoxImpl.cpp

    r57428 r57438  
    14111411#ifdef DEBUG
    14121412/** Simple unit test/operation examples for sanitiseMachineFilename(). */
    1413 static unsigned testSanitiseMachineFilename(void (*pfnPrintf)(const char *, ...))
     1413static unsigned testSanitiseMachineFilename(DECLCALLBACKMEMBER(void, pfnPrintf)(const char *, ...))
    14141414{
    14151415    unsigned cErrors = 0;
  • trunk/src/VBox/Main/webservice/vboxweb.cpp

    r56600 r57438  
    100100typedef std::map<RTTHREAD, com::Utf8Str> ThreadsMap;
    101101
    102 static int fntWatchdog(RTTHREAD ThreadSelf, void *pvUser);
     102static DECLCALLBACK(int) fntWatchdog(RTTHREAD ThreadSelf, void *pvUser);
    103103
    104104/****************************************************************************
     
    403403     * @return
    404404     */
    405     static int fntWrapper(RTTHREAD pThread, void *pvThread)
     405    static DECLCALLBACK(int) fntWrapper(RTTHREAD pThread, void *pvThread)
    406406    {
    407407        SoapThread *pst = (SoapThread*)pvThread;
     
    14201420 * that case, the websession is automatically logged off.
    14211421 */
    1422 /* static */
    1423 int fntWatchdog(RTTHREAD ThreadSelf, void *pvUser)
     1422static DECLCALLBACK(int) fntWatchdog(RTTHREAD ThreadSelf, void *pvUser)
    14241423{
    14251424    // store a log prefix for this thread
Note: See TracChangeset for help on using the changeset viewer.

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