Changeset 56142 in vbox
- Timestamp:
- May 28, 2015 6:35:33 PM (10 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/log.h
r55259 r56142 488 488 /** Main group, IMediumChangedEvent. */ 489 489 LOG_GROUP_MAIN_MEDIUMCHANGEDEVENT, 490 /** Main group, IMediumConfigChangedEvent. */ 491 LOG_GROUP_MAIN_MEDIUMCONFIGCHANGEDEVENT, 490 492 /** Main group, IMediumFormat. */ 491 493 LOG_GROUP_MAIN_MEDIUMFORMAT, … … 993 995 "MAIN_MEDIUMATTACHMENT", \ 994 996 "MAIN_MEDIUMCHANGEDEVENT", \ 997 "MAIN_MEDIUMCONFIGCHANGEDEVENT", \ 995 998 "MAIN_MEDIUMFORMAT", \ 996 999 "MAIN_MEDIUMREGISTEREDEVENT", \ -
trunk/src/VBox/Main/idl/VirtualBox.xidl
r56088 r56142 21151 21151 </desc> 21152 21152 </const> 21153 <const name="OnMediumConfigChanged" value="96"> 21154 <desc> 21155 See <link to="IMediumConfigChangedEvent">IMediumConfigChangedEvent</link>. 21156 </desc> 21157 </const> 21153 21158 <!-- Last event marker --> 21154 <const name="Last" value="9 6">21159 <const name="Last" value="97"> 21155 21160 <desc> 21156 21161 Must be last event, used for iterations and structures relying on numerical event values. … … 21526 21531 The given medium was registered or unregistered 21527 21532 within this VirtualBox installation. 21533 <note>This event is not yet implemented.</note> 21528 21534 </desc> 21529 21535 … … 21541 21547 unregistered. 21542 21548 </desc> 21549 </attribute> 21550 </interface> 21551 21552 <interface 21553 name="IMediumConfigChangedEvent" extends="IEvent" 21554 uuid="dd3e2654-a161-41f1-b583-4892f4a9d5d5" 21555 wsmap="managed" autogen="VBoxEvent" id="OnMediumConfigChanged" 21556 > 21557 <desc> 21558 The configuration of the given medium was changed (location, properties, 21559 child/parent or anything else). 21560 <note>This event is not yet implemented.</note> 21561 </desc> 21562 21563 <attribute name="medium" type="IMedium" readonly="yes"> 21564 <desc>ID of the medium this event relates to.</desc> 21543 21565 </attribute> 21544 21566 </interface> … … 21911 21933 <link to="IMachine::mediumAttachments">medium attachment</link> 21912 21934 changes. 21935 <note>This event is not yet implemented.</note> 21913 21936 </desc> 21914 21937 <attribute name="mediumAttachment" type="IMediumAttachment" readonly="yes">
Note:
See TracChangeset
for help on using the changeset viewer.