VirtualBox

Ignore:
Timestamp:
Sep 5, 2008 12:28:36 PM (16 years ago)
Author:
vboxsync
Message:

Drop existing RDP connection and allow the new client to connect, configurable, default off.

File:
1 edited

Legend:

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

    r8155 r12126  
    4949                    mAuthType == that.mAuthType &&
    5050                    mAuthTimeout == that.mAuthTimeout &&
    51                     mAllowMultiConnection == that.mAllowMultiConnection);
     51                    mAllowMultiConnection == that.mAllowMultiConnection &&
     52                    mReuseSingleConnection == that.mReuseSingleConnection);
    5253        }
    5354
     
    5859        ULONG mAuthTimeout;
    5960        BOOL mAllowMultiConnection;
     61        BOOL mReuseSingleConnection;
    6062    };
    6163
     
    9799    STDMETHOD(COMGETTER(AllowMultiConnection)) (BOOL *aAllowMultiConnection);
    98100    STDMETHOD(COMSETTER(AllowMultiConnection)) (BOOL aAllowMultiConnection);
     101    STDMETHOD(COMGETTER(ReuseSingleConnection)) (BOOL *aReuseSingleConnection);
     102    STDMETHOD(COMSETTER(ReuseSingleConnection)) (BOOL aReuseSingleConnection);
    99103
    100104    // 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