Changeset 83275 in vbox
- Timestamp:
- Mar 13, 2020 12:35:46 AM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 136430
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/log.h
r83263 r83275 365 365 /** Main group, ICloudClient. */ 366 366 LOG_GROUP_MAIN_CLOUDCLIENT, 367 /** Main group, ICloudMachine. */ 368 LOG_GROUP_MAIN_CLOUDMACHINE, 367 369 /** Main group, ICloudNetwork. */ 368 370 LOG_GROUP_MAIN_CLOUDNETWORK, … … 917 919 "MAIN_CHOICEFORMVALUE", \ 918 920 "MAIN_CLOUDCLIENT", \ 921 "MAIN_CLOUDMACHINE", \ 919 922 "MAIN_CLOUDNETWORK", \ 920 923 "MAIN_CLOUDNETWORKGATEWAYINFO", \ -
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.