Changeset 66925 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- May 17, 2017 8:43:27 AM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 115452
- Location:
- trunk/src/VBox/Main/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/GuestOSTypeImpl.h
r62485 r66925 40 40 // public methods only for internal purposes 41 41 const Bstr &i_id() const { return mID; } 42 const Bstr &i_familyId() const { return mFamilyID; } 42 43 bool i_is64Bit() const { return !!(mOSHint & VBOXOSHINT_64BIT); } 43 44 bool i_recommendedIOAPIC() const { return !!(mOSHint & VBOXOSHINT_IOAPIC); } -
trunk/src/VBox/Main/include/MachineImpl.h
r66126 r66925 487 487 * for reading. 488 488 */ 489 Utf8Str i_getOSTypeId() const { return mUserData->s.strOsType; } 489 490 ChipsetType_T i_getChipsetType() const { return mHWData->mChipsetType; } 490 491 ParavirtProvider_T i_getParavirtProvider() const { return mHWData->mParavirtProvider; }
Note:
See TracChangeset
for help on using the changeset viewer.