Changeset 86057 in vbox for trunk/src/VBox/Main/idl
- Timestamp:
- Sep 7, 2020 11:15:45 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 140271
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r86012 r86057 24901 24901 </desc> 24902 24902 </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> 24903 24913 <!-- End event marker --> 24904 24914 <!-- @todo rename to 'End' as it is exclusive (we use 'last' to be inclusive). --> 24905 <const name="Last" value="10 6">24915 <const name="Last" value="108"> 24906 24916 <desc> 24907 24917 Must be last event, used for iterations and structures relying on numerical event values. … … 28248 28258 id="OnCloudProviderRegistered" waitable="yes" 28249 28259 > 28250 <!-- should be in ICloudProviderEvent if we ever have one -->28251 28260 <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"/> 28253 28271 <attribute name="registered" type="boolean" readonly="yes"/> 28254 28272 </interface>
Note:
See TracChangeset
for help on using the changeset viewer.