Changeset 12126 in vbox for trunk/src/VBox/Main/include/VRDPServerImpl.h
- Timestamp:
- Sep 5, 2008 12:28:36 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/VRDPServerImpl.h
r8155 r12126 49 49 mAuthType == that.mAuthType && 50 50 mAuthTimeout == that.mAuthTimeout && 51 mAllowMultiConnection == that.mAllowMultiConnection); 51 mAllowMultiConnection == that.mAllowMultiConnection && 52 mReuseSingleConnection == that.mReuseSingleConnection); 52 53 } 53 54 … … 58 59 ULONG mAuthTimeout; 59 60 BOOL mAllowMultiConnection; 61 BOOL mReuseSingleConnection; 60 62 }; 61 63 … … 97 99 STDMETHOD(COMGETTER(AllowMultiConnection)) (BOOL *aAllowMultiConnection); 98 100 STDMETHOD(COMSETTER(AllowMultiConnection)) (BOOL aAllowMultiConnection); 101 STDMETHOD(COMGETTER(ReuseSingleConnection)) (BOOL *aReuseSingleConnection); 102 STDMETHOD(COMSETTER(ReuseSingleConnection)) (BOOL aReuseSingleConnection); 99 103 100 104 // IVRDPServer methods
Note:
See TracChangeset
for help on using the changeset viewer.