VirtualBox

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


Ignore:
Timestamp:
May 17, 2017 8:43:27 AM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
115452
Message:

Main/Machine+GuestOSType: few more convenience functions for getting data

Location:
trunk/src/VBox/Main/include
Files:
2 edited

Legend:

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

    r62485 r66925  
    4040    // public methods only for internal purposes
    4141    const Bstr &i_id() const { return mID; }
     42    const Bstr &i_familyId() const { return mFamilyID; }
    4243    bool i_is64Bit() const { return !!(mOSHint & VBOXOSHINT_64BIT); }
    4344    bool i_recommendedIOAPIC() const { return !!(mOSHint & VBOXOSHINT_IOAPIC); }
  • trunk/src/VBox/Main/include/MachineImpl.h

    r66126 r66925  
    487487     * for reading.
    488488     */
     489    Utf8Str i_getOSTypeId() const { return mUserData->s.strOsType; }
    489490    ChipsetType_T i_getChipsetType() const { return mHWData->mChipsetType; }
    490491    ParavirtProvider_T i_getParavirtProvider() const { return mHWData->mParavirtProvider; }
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