VirtualBox

Ignore:
Timestamp:
Jul 29, 2010 3:00:29 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
64225
Message:

VBox/InterfaceVersion: Added IGuest methods.

Location:
trunk/src/VBox/Frontends/VirtualBox/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/VBoxVMInformationDlg.cpp

    r30192 r31217  
    472472        if (!addVersion.isEmpty() && !addRevision.isEmpty())
    473473        {
    474             QString addInfo = console.GetGuest().GetAdditionsVersion();
     474            QString addInfo = console.GetGuest().GetAdditionsVBoxVersion();
    475475            addVersionStr = (addInfo.isEmpty() ? "(" : "")
    476476                          + addVersion
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.cpp

    r30996 r31217  
    828828    if (!fIsAdditionsActive)
    829829        return;
    830     /* Check the Guest Additions version and warn the user about possible compatibility issues in case if the installed version is outdated. */
     830    /* Check the Guest Additions interface version and warn the user about possible compatibility issues in case if the installed version is outdated. */
    831831    CGuest guest = session().GetConsole().GetGuest();
    832     QString strVersion = guest.GetAdditionsVersion();
     832    QString strVersion = guest.GetAdditionsInterfaceVersion();
    833833    uint uVersion = strVersion.toUInt();
    834834    /** @todo r=bird: This isn't want we want! We want the VirtualBox version of the additions, all three numbers. See @bugref{4084}.*/
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