VirtualBox

Changeset 2622 in vbox for trunk/src/VBox


Ignore:
Timestamp:
May 14, 2007 11:20:47 AM (18 years ago)
Author:
vboxsync
Message:

pass time offset to CFGM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/ConsoleImpl.cpp

    r2579 r2622  
    46624662    }
    46634663    rc = CFGMR3InsertInteger(pCfg, "ShowBootMenu", value);                          RC_CHECK();
     4664
     4665    /*
     4666     * The time offset
     4667     */
     4668    LONG64 timeOffset;
     4669    hrc = biosSettings->COMGETTER(TimeOffset)(&timeOffset);                         H();
     4670    PCFGMNODE pTMNode;
     4671    rc = CFGMR3InsertNode(pRoot, "TM", &pTMNode);                                   RC_CHECK();
     4672    rc = CFGMR3InsertInteger(pTMNode, "UCTOffset", timeOffset);                     RC_CHECK();
    46644673
    46654674    /*
Note: See TracChangeset for help on using the changeset viewer.

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