VirtualBox

Changeset 19507 in vbox for trunk/src/VBox/VMM/VMMAll


Ignore:
Timestamp:
May 7, 2009 8:58:49 PM (16 years ago)
Author:
vboxsync
Message:

TM: TMTimerDestroy -> TMR3TimerDestroy. (trying to simplify)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/TMAll.cpp

    r19502 r19507  
    537537
    538538
     539#ifdef IN_RING3 /* Kept here until properly cleaned up to not use any of the local functions. */
    539540/**
    540541 * Destroy a timer
     
    543544 * @param   pTimer          Timer handle as returned by one of the create functions.
    544545 */
    545 VMMDECL(int) TMTimerDestroy(PTMTIMER pTimer)
     546VMMR3DECL(int) TMR3TimerDestroy(PTMTIMER pTimer)
    546547{
    547548    int cRetries = 1000;
     
    632633    return VERR_INTERNAL_ERROR;
    633634}
     635#endif /* IN_RING3 */
    634636
    635637
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