VirtualBox

Changeset 34313 in vbox


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

two more

Location:
trunk/src/VBox/Main
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/MachineImpl.cpp

    r34308 r34313  
    57295729
    57305730
    5731 STDMETHODIMP Machine::AttachHostPciDevice(LONG hostAddress, LONG desiredGuestAddress, IContext *eventContext, BOOL tryToUnbind)
     5731STDMETHODIMP Machine::AttachHostPciDevice(LONG hostAddress, LONG desiredGuestAddress, IEventContext *eventContext, BOOL tryToUnbind)
    57325732{
    57335733    return E_NOTIMPL;
  • trunk/src/VBox/Main/include/MachineImpl.h

    r34308 r34313  
    520520    STDMETHOD(QueryLogFilename(ULONG aIdx, BSTR *aName));
    521521    STDMETHOD(ReadLog(ULONG aIdx, LONG64 aOffset, LONG64 aSize, ComSafeArrayOut(BYTE, aData)));
    522     STDMETHOD(AttachHostPciDevice(LONG hostAddress, LONG desiredGuestAddress, IContext *eventContext, BOOL tryToUnbind));
     522    STDMETHOD(AttachHostPciDevice(LONG hostAddress, LONG desiredGuestAddress, IEventContext *eventContext, BOOL tryToUnbind));
    523523    STDMETHOD(DetachHostPciDevice(LONG hostAddress));
    524524    STDMETHOD(COMGETTER(PciDeviceAttachments))(ComSafeArrayOut(IPciDeviceAttachment *, aAttachments));
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