VirtualBox

Changeset 77688 in vbox


Ignore:
Timestamp:
Mar 13, 2019 6:31:38 PM (6 years ago)
Author:
vboxsync
Message:

OCI: ICloudClient::getExportLaunchDescriptionForm - declare and define a stub.

File:
1 edited

Legend:

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

    r77679 r77688  
    2556525565    name="ICloudClient" extends="$unknown"
    2556625566    uuid="3d9aacbe-b3bc-4126-9633-5634bad24ad7"
    25567     wsmap="managed" reservedMethods="16" reservedAttributes="8"
     25567    wsmap="managed" reservedMethods="15" reservedAttributes="8"
    2556825568    >
    2556925569
     
    2558925589      <param name="virtualBox" type="IVirtualBox" dir="in">
    2559025590        <desc>Reference to the server-side API root object.</desc>
     25591      </param>
     25592    </method>
     25593
     25594    <method name="getExportLaunchDescriptionForm">
     25595      <desc>
     25596        Returns a form for editing the virtual system description.
     25597        Since the data for the form are fetched from the cloud a
     25598        progress object is also returned to indicate if/when the form
     25599        is ready to be used.
     25600      </desc>
     25601      <param name="form" type="IVirtualSystemDescriptionForm" dir="out">
     25602        <desc>
     25603          An IForm instance for editing the virtual system description.
     25604        </desc>
     25605      </param>
     25606      <param name="progress" type="IProgress" dir="return">
     25607        <desc>
     25608          Progress object to track the operation completion.
     25609        </desc>
    2559125610      </param>
    2559225611    </method>
Note: See TracChangeset for help on using the changeset viewer.

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