VirtualBox

Changeset 31241 in vbox for trunk/src/VBox/Additions


Ignore:
Timestamp:
Jul 30, 2010 12:50:58 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
64255
Message:

Removed use of interface version for IGuest::getAdditionsVersion, some cleanup.

Location:
trunk/src/VBox/Additions
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/VBoxGuest/Helper.cpp

    r30758 r31241  
    204204    if (RT_SUCCESS(rc))
    205205    {
    206         pReq->guestInfo.additionsVersion = VMMDEV_VERSION;
     206        pReq->guestInfo.interfaceVersion = VMMDEV_VERSION;
    207207
    208208        /* we've already determined the Windows product before */
  • trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest.cpp

    r30780 r31241  
    270270    if (RT_SUCCESS(rc))
    271271    {
    272         pReq->guestInfo.additionsVersion = VMMDEV_VERSION;
     272        pReq->guestInfo.interfaceVersion = VMMDEV_VERSION;
    273273        pReq->guestInfo.osType = enmOSType;
    274274        rc = VbglGRPerform(&pReq->header);
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