Changeset 23662 in vbox for trunk/src/VBox/Main
- Timestamp:
- Oct 9, 2009 6:09:15 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ProgressImpl.cpp
r23223 r23662 747 747 { 748 748 RTTIMESPEC time; 749 RTTimeNow (&time); 749 RTTimeNow (&time); /** @todo r=bird: Use monotonic time (RTTimeMilliTS()) here because of daylight saving and things like that. */ 750 750 751 751 int vrc = VINF_SUCCESS;
Note:
See TracChangeset
for help on using the changeset viewer.