Changeset 2519 in vbox for trunk/src/VBox/Main/idl
- Timestamp:
- May 7, 2007 6:35:01 AM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 20951
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r2511 r2519 7 7 * 8 8 * - out/<platform>/bin/sdk/idl/VirtualBox[_XPCOM].idl, a 9 * pseudo-IDL file that represents the interfaces in IDL;9 * COM/XPCOM interface definition file (IDL) 10 10 * 11 11 * - out/<platform>/bin/sdk/include/VirtualBox[_XPCOM].h, which … … 7182 7182 <interface 7183 7183 name="IVRDPServer" extends="$unknown" 7184 uuid=" 2e88bf9e-2085-421f-9aa2-32088b0378b3"7184 uuid="ed9d31ae-867f-45fc-b727-6740084d1883" 7185 7185 wsmap="struct" 7186 7186 > … … 7203 7203 <attribute name="authTimeout" type="unsigned long"> 7204 7204 <desc>Timeout for guest authentication. Milliseconds.</desc> 7205 </attribute> 7206 7207 <attribute name="allowMultiConnection" type="boolean"> 7208 <desc> 7209 Flag whether multiple simultaneous connections to the VM are permitted. 7210 Note that this will be replaced by a more powerful mechanism in the future. 7211 </desc> 7205 7212 </attribute> 7206 7213
Note:
See TracChangeset
for help on using the changeset viewer.