VirtualBox

Changeset 34312 in vbox for trunk


Ignore:
Timestamp:
Nov 24, 2010 12:13:56 PM (14 years ago)
Author:
vboxsync
Message:

idl: name conflict resolved

File:
1 edited

Legend:

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

    r34308 r34312  
    33713371    </const>
    33723372  </enum>
    3373  
     3373
    33743374  <interface
    3375      name="IContext" extends="$unknown"
     3375     name="IEventContext" extends="$unknown"
    33763376     uuid="7563F4E7-1583-40F7-B4C4-C9BA02CB0AE3"
    33773377     wsmap="managed"
     
    34173417      <param name="result" type="long" dir="return" />
    34183418    </method>
    3419    
     3419
    34203420    <method name="fromLong">
    34213421      <desc>
     
    34413441      </desc>
    34423442    </attribute>
    3443    
     3443
    34443444    <attribute name="physicalDevice" type="boolean" readonly="yes">
    34453445      <desc>
     
    46234623        PCI bus of the virtual machine. Please note, that this operation
    46244624        is two phase, as real attachement will happen when VM will start,
    4625         and most information will be delivered as IHostPciDevicePlugEvent 
     4625        and most information will be delivered as IHostPciDevicePlugEvent
    46264626        on IVirtualBox event source.
    46274627        <note>
    46284628          Not yet implemented.
    46294629        </note>
    4630        
     4630
    46314631        <see>IHostPciDevicePlugEvent</see>
    4632        
     4632
    46334633        <result name="VBOX_E_INVALID_VM_STATE">
    46344634          Virtual machine state is not stopped (PCI hotplug not yet implemented).
     
    46474647        <desc>Desired position of this device on guest PCI bus.</desc>
    46484648      </param>
    4649       <param name="eventContext" type="IContext" dir="in">
     4649      <param name="eventContext" type="IEventContext" dir="in">
    46504650        <desc>Context passed into IHostPciDevicePlugEvent event.</desc>
    46514651      </param>
    46524652      <param name="tryToUnbind" type="boolean" dir="in">
    4653         <desc>If VMM shall try to unbind existing drivers from the 
     4653        <desc>If VMM shall try to unbind existing drivers from the
    46544654        device before attaching it to the guest.</desc>
    46554655      </param>
    46564656    </method>
    4657    
     4657
    46584658    <method name="detachHostPciDevice">
    46594659      <desc>
    4660         Detach host PCI device from the virtual machine. 
    4661         Also HostPciDevicePlugEvent on IVirtualBox event source 
     4660        Detach host PCI device from the virtual machine.
     4661        Also HostPciDevicePlugEvent on IVirtualBox event source
    46624662        will be delivered.
    4663        
     4663
    46644664        <note>
    46654665          Not yet implemented.
    46664666        </note>
    4667        
     4667
    46684668        <see>IHostPciDevicePlugEvent</see>
    4669        
     4669
    46704670        <result name="VBOX_E_INVALID_VM_STATE">
    46714671          Virtual machine state is not stopped (PCI hotplug not yet implemented).
     
    46854685      </param>
    46864686    </method>
    4687    
     4687
    46884688    <method name="getNetworkAdapter" const="yes">
    46894689      <desc>
     
    1461514615      </desc>
    1461614616    </const>
    14617    
     14617
    1461814618    <!-- Last event marker -->
    1461914619    <const name="Last" value="68">
     
    1586315863      Notification when host PCI device is plugged/unplugged.
    1586415864   </desc>
    15865    
     15865
    1586615866   <attribute name="plugged" type="boolean" readonly="yes">
    1586715867      <desc>
     
    1588315883   </attribute>
    1588415884
    15885    <attribute name="eventContext" type="IContext" readonly="yes">
    15886       <desc>
    15887         Context object, passed into attachHostPciDevice() and 
     15885   <attribute name="eventContext" type="IEventContext" readonly="yes">
     15886      <desc>
     15887        Context object, passed into attachHostPciDevice() and
    1588815888        attachHostPciDevice().
    1588915889      </desc>
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