Changeset 34313 in vbox
- Timestamp:
- Nov 24, 2010 12:15:03 PM (14 years ago)
- Location:
- trunk/src/VBox/Main
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/MachineImpl.cpp
r34308 r34313 5729 5729 5730 5730 5731 STDMETHODIMP Machine::AttachHostPciDevice(LONG hostAddress, LONG desiredGuestAddress, I Context *eventContext, BOOL tryToUnbind)5731 STDMETHODIMP Machine::AttachHostPciDevice(LONG hostAddress, LONG desiredGuestAddress, IEventContext *eventContext, BOOL tryToUnbind) 5732 5732 { 5733 5733 return E_NOTIMPL; -
trunk/src/VBox/Main/include/MachineImpl.h
r34308 r34313 520 520 STDMETHOD(QueryLogFilename(ULONG aIdx, BSTR *aName)); 521 521 STDMETHOD(ReadLog(ULONG aIdx, LONG64 aOffset, LONG64 aSize, ComSafeArrayOut(BYTE, aData))); 522 STDMETHOD(AttachHostPciDevice(LONG hostAddress, LONG desiredGuestAddress, I Context *eventContext, BOOL tryToUnbind));522 STDMETHOD(AttachHostPciDevice(LONG hostAddress, LONG desiredGuestAddress, IEventContext *eventContext, BOOL tryToUnbind)); 523 523 STDMETHOD(DetachHostPciDevice(LONG hostAddress)); 524 524 STDMETHOD(COMGETTER(PciDeviceAttachments))(ComSafeArrayOut(IPciDeviceAttachment *, aAttachments));
Note:
See TracChangeset
for help on using the changeset viewer.