VirtualBox

Changeset 25672 in vbox for trunk/src/VBox/Main/include


Ignore:
Timestamp:
Jan 6, 2010 9:23:07 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
56387
Message:

introduced VBoxManage modifyvm --rtcuseutc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/MachineImpl.h

    r25310 r25672  
    77
    88/*
    9  * Copyright (C) 2006-2009 Sun Microsystems, Inc.
     9 * Copyright (C) 2006-2010 Sun Microsystems, Inc.
    1010 *
    1111 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    238238                    && mTeleporterPort       == that.mTeleporterPort
    239239                    && mTeleporterAddress    == that.mTeleporterAddress
    240                     && mTeleporterPassword   == that.mTeleporterPassword);
     240                    && mTeleporterPassword   == that.mTeleporterPassword
     241                    && mRTCUseUTC            == that.mRTCUseUTC);
    241242        }
    242243
     
    251252        Bstr    mTeleporterAddress;
    252253        Bstr    mTeleporterPassword;
     254        BOOL    mRTCUseUTC;
    253255    };
    254256
     
    577579    STDMETHOD(COMGETTER(TeleporterPassword))(BSTR *aPassword);
    578580    STDMETHOD(COMSETTER(TeleporterPassword))(IN_BSTR aPassword);
     581    STDMETHOD(COMGETTER(RTCUseUTC))(BOOL *aEnabled);
     582    STDMETHOD(COMSETTER(RTCUseUTC))(BOOL aEnabled);
    579583
    580584    // IMachine methods
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