Changeset 83275 in vbox for trunk/src/VBox/Main/idl
- Timestamp:
- Mar 13, 2020 12:35:46 AM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 136430
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r83169 r83275 26679 26679 26680 26680 26681 <interface name="ICloudMachine" extends="$unknown" 26682 uuid="8938b392-6470-11ea-be28-93dab375c226" 26683 wsmap="managed" 26684 reservedMethods="16" reservedAttributes="8"> 26685 <desc> 26686 Virtual virtual machine (sic) in the cloud. 26687 </desc> 26688 </interface> 26689 26681 26690 <!-- 26682 26691 // ICloudClient … … 26685 26694 <interface 26686 26695 name="ICloudClient" extends="$unknown" 26687 uuid=" 435b66a2-0c60-11ea-a0ea-07eb0d1c4ead"26696 uuid="d5028594-5298-11ea-b1c3-47273cccaac7" 26688 26697 wsmap="managed" reservedMethods="16" reservedAttributes="8" 26689 26698 > … … 26792 26801 <param name="progress" type="IProgress" dir="in"> 26793 26802 <desc>Progress object to track the operation completion.</desc> 26803 </param> 26804 </method> 26805 26806 <method name="listCloudMachines"> 26807 <param name="machines" type="ICloudMachine" safearray="yes" dir="out"> 26808 </param> 26809 <param name="progress" type="IProgress" dir="return"> 26794 26810 </param> 26795 26811 </method>
Note:
See TracChangeset
for help on using the changeset viewer.