VirtualBox

Changeset 46457 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Jun 10, 2013 9:17:02 AM (11 years ago)
Author:
vboxsync
Message:

Missing DECLCALLBACK on Guest::staticUpdateStats.

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

Legend:

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

    r45426 r46457  
    117117    /** Static callback for handling guest control notifications. */
    118118    static DECLCALLBACK(int) notifyCtrlDispatcher(void *pvExtension, uint32_t u32Function, void *pvData, uint32_t cbData);
    119     static void staticUpdateStats(RTTIMERLR hTimerLR, void *pvUser, uint64_t iTick);
     119    static DECLCALLBACK(void) staticUpdateStats(RTTIMERLR hTimerLR, void *pvUser, uint64_t iTick);
    120120#endif
    121121    /** @}  */
  • trunk/src/VBox/Main/src-client/GuestImpl.cpp

    r46456 r46457  
    184184
    185185/* static */
    186 void Guest::staticUpdateStats(RTTIMERLR hTimerLR, void *pvUser, uint64_t iTick)
     186DECLCALLBACK(void) Guest::staticUpdateStats(RTTIMERLR hTimerLR, void *pvUser, uint64_t iTick)
    187187{
    188188    AssertReturnVoid(pvUser != NULL);
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