Changeset 68164 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Jul 28, 2017 8:59:17 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/UnattendedImpl.h
r68162 r68164 70 70 Utf8Str const &i_getExtraInstallKernelParameters() const; 71 71 72 bool i_isRtcUsingUtc() const; 72 73 bool i_isGuestOs64Bit() const; 73 74 VBOXOSTYPE i_getGuestOsType() const; … … 80 81 RTNATIVETHREAD mhThreadReconfigureVM; /**< Set when reconfigureVM is running. */ 81 82 Utf8Str mStrGuestOsTypeId; /**< Guest OS type ID (set by prepare). */ 83 bool mfRtcUseUtc; /**< Copy of IMachine::RTCUseUTC (locking reasons). */ 82 84 bool mfGuestOs64Bit; /**< 64-bit (true) or 32-bit guest OS (set by prepare). */ 83 85 VBOXOSTYPE meGuestOsType; /**< The guest OS type (set by prepare). */
Note:
See TracChangeset
for help on using the changeset viewer.