VirtualBox

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


Ignore:
Timestamp:
Jul 27, 2007 8:04:47 PM (18 years ago)
Author:
vboxsync
Message:

Main: IGuest::seamlessSupport => supportsSeamless.

File:
1 edited

Legend:

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

    r3582 r3911  
    5959    STDMETHOD(COMGETTER(AdditionsActive)) (BOOL *aAdditionsActive);
    6060    STDMETHOD(COMGETTER(AdditionsVersion)) (BSTR *aAdditionsVersion);
    61     STDMETHOD(COMGETTER(SeamlessSupport)) (BOOL *aSeamlessSupport);
     61    STDMETHOD(COMGETTER(SupportsSeamless)) (BOOL *aSupportsSeamless);
    6262
    6363    // IGuest methods
     
    6868    void setAdditionsVersion (Bstr aVersion);
    6969
    70     void setSeamlessSupport(BOOL aSeamlessSupport);
     70    void setSupportsSeamless (BOOL aSupportsSeamless);
    7171
    7272    // for VirtualBoxSupportErrorInfoImpl
     
    7777    struct Data
    7878    {
    79         Data() : mAdditionsActive (FALSE), mSeamlessSupport (FALSE) {}
     79        Data() : mAdditionsActive (FALSE), mSupportsSeamless (FALSE) {}
    8080
    8181        Bstr mOSTypeId;
    8282        BOOL mAdditionsActive;
    8383        Bstr mAdditionsVersion;
    84         BOOL mSeamlessSupport;
     84        BOOL mSupportsSeamless;
    8585    };
    8686
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