VirtualBox

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


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.

File:
1 edited

Legend:

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

    r30778 r31217  
    8080#endif
    8181    STDMETHOD(COMGETTER(AdditionsActive)) (BOOL *aAdditionsActive);
    82 #if 0
    83     /** @todo Will replace AdditionsVersion to be more clear. */
    84     STDMETHOD(COMGETTER(AdditionsAPIVersion)) (BSTR *aAdditionsVersion);
    85 #endif
    86     STDMETHOD(COMGETTER(AdditionsVersion)) (BSTR *aAdditionsVersion);
     82    STDMETHOD(COMGETTER(AdditionsInterfaceVersion)) (BSTR *aVersion);
     83    STDMETHOD(COMGETTER(AdditionsVBoxVersion)) (BSTR *aVersion);
    8784    /** @todo Remove */
    8885    STDMETHOD(COMGETTER(SupportsSeamless)) (BOOL *aSupportsSeamless);
     
    175172        BOOL  mAdditionsActive;
    176173        Bstr  mAdditionsVersion;
     174        Bstr  mInterfaceVersion;
    177175        BOOL  mSupportsSeamless;
    178176        BOOL  mSupportsGraphics;
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