VirtualBox

Changeset 78485 in vbox for trunk/src


Ignore:
Timestamp:
May 13, 2019 7:31:52 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
130523
Message:

OCI: ICloudClient::getExportLaunchDescriptionFormFor that takes a
virtual system description argument that the form will return after
filling it with form values. The somewhat funky name is temporary to
prevent breaking GUI that already uses getExportLaunchDescriptionForm
and needs to be adapted to the signature change.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/idl/VirtualBox.xidl

    r78428 r78485  
    2574125741  <interface
    2574225742    name="ICloudClient" extends="$unknown"
    25743     uuid="7acc426a-5f8f-11e9-9032-1b0da54759a8"
     25743    uuid="e5205e46-6a8c-11e9-bcca-1fb241d260c7"
    2574425744    wsmap="managed" reservedMethods="11" reservedAttributes="8"
    2574525745    >
     
    2577625776        is ready to be used.
    2577725777      </desc>
     25778      <param name="form" type="IVirtualSystemDescriptionForm" dir="out">
     25779        <desc>
     25780          An IForm instance for editing the virtual system description.
     25781        </desc>
     25782      </param>
     25783      <param name="progress" type="IProgress" dir="return">
     25784        <desc>
     25785          Progress object to track the operation completion.
     25786        </desc>
     25787      </param>
     25788    </method>
     25789
     25790    <method name="getExportLaunchDescriptionFormFor">
     25791      <desc>
     25792        Returns a form for editing the virtual system description.
     25793        Since the data for the form are fetched from the cloud a
     25794        progress object is also returned to indicate if/when the form
     25795        is ready to be used.
     25796      </desc>
     25797      <param name="description" type="IVirtualSystemDescription" dir="in">
     25798        <desc>
     25799          Virtual system description to be edited.
     25800        </desc>
     25801      </param>
    2577825802      <param name="form" type="IVirtualSystemDescriptionForm" dir="out">
    2577925803        <desc>
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette