Changeset 25563 in vbox for trunk/src/VBox/Additions/common
- Timestamp:
- Dec 22, 2009 12:59:20 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 56240
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceTimeSync.cpp
r25480 r25563 335 335 { 336 336 #ifdef RT_OS_WINDOWS 337 /** @todo r=bird: NT4 doesn't have GetSystemTimeAdjustment. */ 337 /** @todo r=bird: NT4 doesn't have GetSystemTimeAdjustment according to MSDN. */ 338 /** @todo r=bird: g_hTokenProcess cannot be NULL here. 339 * VBoxServiceTimeSyncInit will fail and the service will not be 340 * started with it being NULL. VBoxServiceTimeSyncInit OTOH will *NOT* 341 * be called until the service thread has terminated. If anything 342 * else is the case, there is buggy code somewhere.*/ 338 343 if (g_hTokenProcess == NULL) /* Is the token already closed when shutting down? */ 339 344 return false; … … 411 416 { 412 417 #ifdef RT_OS_WINDOWS 418 /** @todo r=bird: g_hTokenProcess cannot be NULL here. See argumentation in 419 * VBoxServiceTimeSyncAdjust. */ 413 420 if (g_hTokenProcess == NULL) /* No process token (anymore)? */ 414 421 return;
Note:
See TracChangeset
for help on using the changeset viewer.