VirtualBox

Changeset 25563 in vbox for trunk/src/VBox/Additions/common


Ignore:
Timestamp:
Dec 22, 2009 12:59:20 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
56240
Message:

VBoxServiceTimeSync.cpp: r=bird: r56149 doesn't make sense, ditto for the identical check added in r55587.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxService/VBoxServiceTimeSync.cpp

    r25480 r25563  
    335335{
    336336#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.*/
    338343    if (g_hTokenProcess == NULL) /* Is the token already closed when shutting down? */
    339344        return false;
     
    411416{
    412417#ifdef RT_OS_WINDOWS
     418/** @todo r=bird: g_hTokenProcess cannot be NULL here.  See argumentation in
     419 *        VBoxServiceTimeSyncAdjust.  */
    413420    if (g_hTokenProcess == NULL) /* No process token (anymore)? */
    414421        return;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette