VirtualBox

Changeset 86057 in vbox for trunk/src/VBox/Main/idl


Ignore:
Timestamp:
Sep 7, 2020 11:15:45 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
140271
Message:

OCI: Add ICloudProfileRegisteredEvent and its implementation for OCI.
The events should be autogenerated a-la VBoxEvents, but the first one
is manual to test what we need to generate.

File:
1 edited

Legend:

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

    r86012 r86057  
    2490124901      </desc>
    2490224902    </const>
     24903    <const name="OnCloudProfileRegistered" value="106">
     24904      <desc>
     24905        See <link to="ICloudProfileRegisteredEvent"/>.
     24906      </desc>
     24907    </const>
     24908    <const name="OnCloudProfileChanged" value="107">
     24909      <desc>
     24910        See <link to="ICloudProfileChangedEvent"/>.
     24911      </desc>
     24912    </const>
    2490324913    <!-- End event marker -->
    2490424914    <!-- @todo rename to 'End' as it is exclusive (we use 'last' to be inclusive). -->
    24905     <const name="Last" value="106">
     24915    <const name="Last" value="108">
    2490624916      <desc>
    2490724917        Must be last event, used for iterations and structures relying on numerical event values.
     
    2824828258    id="OnCloudProviderRegistered" waitable="yes"
    2824928259    >
    28250     <!-- should be in ICloudProviderEvent if we ever have one -->
    2825128260    <attribute name="id" type="uuid" mod="string" readonly="yes"/>
    28252 
     28261    <attribute name="registered" type="boolean" readonly="yes"/>
     28262  </interface>
     28263
     28264  <interface name="ICloudProfileRegisteredEvent" extends="IEvent"
     28265    uuid="6a5e65ba-eeb9-11ea-ae38-73242bc0f172"
     28266    wsmap="managed"
     28267    id="OnCloudProfileRegistered" waitable="yes"
     28268    >
     28269    <attribute name="providerId" type="uuid" mod="string" readonly="yes"/>
     28270    <attribute name="name" type="wstring" readonly="yes"/>
    2825328271    <attribute name="registered" type="boolean" readonly="yes"/>
    2825428272  </interface>
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