Changeset 34308 in vbox for trunk/src/VBox/Main/MachineImpl.cpp
- Timestamp:
- Nov 24, 2010 11:44:28 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/MachineImpl.cpp
r34248 r34308 5729 5729 5730 5730 5731 STDMETHODIMP Machine::AttachHostPciDevice(LONG hostAddress, LONG desiredGuestAddress, IContext *eventContext, BOOL tryToUnbind) 5732 { 5733 return E_NOTIMPL; 5734 } 5735 5736 STDMETHODIMP Machine::DetachHostPciDevice(LONG hostAddress) 5737 { 5738 return E_NOTIMPL; 5739 } 5740 5741 STDMETHODIMP Machine::COMGETTER(PciDeviceAttachments)(ComSafeArrayOut(IPciDeviceAttachment *, aAttachments)) 5742 { 5743 return E_NOTIMPL; 5744 } 5745 5731 5746 // public methods for internal purposes 5732 5747 /////////////////////////////////////////////////////////////////////////////
Note:
See TracChangeset
for help on using the changeset viewer.