Changeset 2519 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- May 7, 2007 6:35:01 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/VRDPServerImpl.h
r1218 r2519 47 47 mVRDPAddress == that.mVRDPAddress && 48 48 mAuthType == that.mAuthType && 49 mAuthTimeout == that.mAuthTimeout); 49 mAuthTimeout == that.mAuthTimeout && 50 mAllowMultiConnection == that.mAllowMultiConnection); 50 51 } 51 52 … … 55 56 VRDPAuthType_T mAuthType; 56 57 ULONG mAuthTimeout; 58 BOOL mAllowMultiConnection; 57 59 }; 58 60 … … 88 90 STDMETHOD(COMGETTER(AuthTimeout))(ULONG *timeout); 89 91 STDMETHOD(COMSETTER(AuthTimeout))(ULONG timeout); 92 STDMETHOD(COMGETTER(AllowMultiConnection))(BOOL *enabled); 93 STDMETHOD(COMSETTER(AllowMultiConnection))(BOOL enable); 90 94 91 95 // IVRDPServer methods
Note:
See TracChangeset
for help on using the changeset viewer.