VirtualBox

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


Ignore:
Timestamp:
May 7, 2007 6:35:01 AM (18 years ago)
Author:
vboxsync
Message:

added API for VRDP multi connection

File:
1 edited

Legend:

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

    r1218 r2519  
    4747                    mVRDPAddress == that.mVRDPAddress &&
    4848                    mAuthType == that.mAuthType &&
    49                     mAuthTimeout == that.mAuthTimeout);
     49                    mAuthTimeout == that.mAuthTimeout &&
     50                    mAllowMultiConnection == that.mAllowMultiConnection);
    5051        }
    5152
     
    5556        VRDPAuthType_T mAuthType;
    5657        ULONG mAuthTimeout;
     58        BOOL mAllowMultiConnection;
    5759    };
    5860
     
    8890    STDMETHOD(COMGETTER(AuthTimeout))(ULONG *timeout);
    8991    STDMETHOD(COMSETTER(AuthTimeout))(ULONG timeout);
     92    STDMETHOD(COMGETTER(AllowMultiConnection))(BOOL *enabled);
     93    STDMETHOD(COMSETTER(AllowMultiConnection))(BOOL enable);
    9094
    9195    // IVRDPServer methods
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