Changeset 19507 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- May 7, 2009 8:58:49 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/TMAll.cpp
r19502 r19507 537 537 538 538 539 #ifdef IN_RING3 /* Kept here until properly cleaned up to not use any of the local functions. */ 539 540 /** 540 541 * Destroy a timer … … 543 544 * @param pTimer Timer handle as returned by one of the create functions. 544 545 */ 545 VMM DECL(int) TMTimerDestroy(PTMTIMER pTimer)546 VMMR3DECL(int) TMR3TimerDestroy(PTMTIMER pTimer) 546 547 { 547 548 int cRetries = 1000; … … 632 633 return VERR_INTERNAL_ERROR; 633 634 } 635 #endif /* IN_RING3 */ 634 636 635 637
Note:
See TracChangeset
for help on using the changeset viewer.