VirtualBox

Changeset 39891 in vbox


Ignore:
Timestamp:
Jan 26, 2012 8:14:50 PM (13 years ago)
Author:
vboxsync
Message:

build fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxBFE/VMMDevInterface.cpp

    r36590 r39891  
    105105
    106106/**
    107  * Reports Guest Additions status.
    108  * Called whenever the Additions issue a guest status report request or the VM is reset.
    109  *
    110  * @param   pInterface          Pointer to this interface.
    111  * @param   guestInfo           Pointer to guest information structure
    112  * @thread  The emulation thread.
    113  */
    114 DECLCALLBACK(void) VMMDev::UpdateGuestStatus(PPDMIVMMDEVCONNECTOR pInterface, const VBoxGuestStatus *guestStatus)
     107 * @interface_method_impl{PDMIVMMDEVCONNECTOR,pfnUpdateGuestStatus}
     108 */
     109DECLCALLBACK(void) VMMDev::UpdateGuestStatus(PPDMIVMMDEVCONNECTOR pInterface, PPDMIVMMDEVCONNECTOR pInterface, uint32_t uFacility, uint16_t uStatus,
     110                                             uint32_t fFlags, PCRTTIMESPEC pTimeSpecTS)
    115111{
    116112    return;
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