VirtualBox

Changeset 56142 in vbox


Ignore:
Timestamp:
May 28, 2015 6:35:33 PM (10 years ago)
Author:
vboxsync
Message:

Main: introduce a new "medium config changed" event which was missing, and mark all medium related events as not implemented

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/log.h

    r55259 r56142  
    488488    /** Main group, IMediumChangedEvent. */
    489489    LOG_GROUP_MAIN_MEDIUMCHANGEDEVENT,
     490    /** Main group, IMediumConfigChangedEvent. */
     491    LOG_GROUP_MAIN_MEDIUMCONFIGCHANGEDEVENT,
    490492    /** Main group, IMediumFormat. */
    491493    LOG_GROUP_MAIN_MEDIUMFORMAT,
     
    993995    "MAIN_MEDIUMATTACHMENT", \
    994996    "MAIN_MEDIUMCHANGEDEVENT", \
     997    "MAIN_MEDIUMCONFIGCHANGEDEVENT", \
    995998    "MAIN_MEDIUMFORMAT", \
    996999    "MAIN_MEDIUMREGISTEREDEVENT", \
  • trunk/src/VBox/Main/idl/VirtualBox.xidl

    r56088 r56142  
    2115121151      </desc>
    2115221152    </const>
     21153    <const name="OnMediumConfigChanged" value="96">
     21154      <desc>
     21155        See <link to="IMediumConfigChangedEvent">IMediumConfigChangedEvent</link>.
     21156      </desc>
     21157    </const>
    2115321158    <!-- Last event marker -->
    21154     <const name="Last" value="96">
     21159    <const name="Last" value="97">
    2115521160      <desc>
    2115621161        Must be last event, used for iterations and structures relying on numerical event values.
     
    2152621531      The given medium was registered or unregistered
    2152721532      within this VirtualBox installation.
     21533      <note>This event is not yet implemented.</note>
    2152821534    </desc>
    2152921535
     
    2154121547        unregistered.
    2154221548      </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>
    2154321565    </attribute>
    2154421566  </interface>
     
    2191121933      <link to="IMachine::mediumAttachments">medium attachment</link>
    2191221934      changes.
     21935      <note>This event is not yet implemented.</note>
    2191321936    </desc>
    2191421937    <attribute name="mediumAttachment" type="IMediumAttachment" readonly="yes">
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