Changeset 11290
- Timestamp:
- 08/09/08 00:39:24 (3 months ago)
- Files:
-
- trunk/include/VBox/tm.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/include/VBox/tm.h
r11155 r11290 172 172 TMDECL(PTMTIMERR0) TMTimerR0Ptr(PTMTIMER pTimer); 173 173 TMDECL(PTMTIMERRC) TMTimerRCPtr(PTMTIMER pTimer); 174 #define TMTimerGCPtr(pTimer) TMTimerRCPtr(pTimer) /**< @deprecated */175 174 TMDECL(int) TMTimerDestroy(PTMTIMER pTimer); 176 175 TMDECL(int) TMTimerSet(PTMTIMER pTimer, uint64_t u64Expire);

