Changeset 25672 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Jan 6, 2010 9:23:07 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 56387
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/MachineImpl.h
r25310 r25672 7 7 8 8 /* 9 * Copyright (C) 2006-20 09Sun Microsystems, Inc.9 * Copyright (C) 2006-2010 Sun Microsystems, Inc. 10 10 * 11 11 * This file is part of VirtualBox Open Source Edition (OSE), as … … 238 238 && mTeleporterPort == that.mTeleporterPort 239 239 && mTeleporterAddress == that.mTeleporterAddress 240 && mTeleporterPassword == that.mTeleporterPassword); 240 && mTeleporterPassword == that.mTeleporterPassword 241 && mRTCUseUTC == that.mRTCUseUTC); 241 242 } 242 243 … … 251 252 Bstr mTeleporterAddress; 252 253 Bstr mTeleporterPassword; 254 BOOL mRTCUseUTC; 253 255 }; 254 256 … … 577 579 STDMETHOD(COMGETTER(TeleporterPassword))(BSTR *aPassword); 578 580 STDMETHOD(COMSETTER(TeleporterPassword))(IN_BSTR aPassword); 581 STDMETHOD(COMGETTER(RTCUseUTC))(BOOL *aEnabled); 582 STDMETHOD(COMSETTER(RTCUseUTC))(BOOL aEnabled); 579 583 580 584 // IMachine methods
Note:
See TracChangeset
for help on using the changeset viewer.