VirtualBox

Changeset 35358 in vbox for trunk/src/VBox/Main/include


Ignore:
Timestamp:
Dec 28, 2010 7:58:40 AM (14 years ago)
Author:
vboxsync
Message:

backed out 69217

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/MachineImpl.h

    r35357 r35358  
    291291        BOOL                 mIoCacheEnabled;
    292292        ULONG                mIoCacheSize;
    293 
    294         typedef std::list< ComObjPtr<PciDeviceAttachment> > PciDeviceAssignmentList;
    295         PciDeviceAssignmentList mPciDeviceAssignments;
    296293    };
    297294
     
    526523    STDMETHOD(QueryLogFilename(ULONG aIdx, BSTR *aName));
    527524    STDMETHOD(ReadLog(ULONG aIdx, LONG64 aOffset, LONG64 aSize, ComSafeArrayOut(BYTE, aData)));
    528     STDMETHOD(AttachHostPciDevice(LONG hostAddress, LONG desiredGuestAddress, BOOL tryToUnbind));
     525    STDMETHOD(AttachHostPciDevice(LONG hostAddress, LONG desiredGuestAddress, IEventContext *eventContext, BOOL tryToUnbind));
    529526    STDMETHOD(DetachHostPciDevice(LONG hostAddress));
    530527    STDMETHOD(COMGETTER(PciDeviceAssignments))(ComSafeArrayOut(IPciDeviceAttachment *, aAssignments));
     
    873870    typedef std::list< ComObjPtr<StorageController> > StorageControllerList;
    874871    Backupable<StorageControllerList> mStorageControllers;
     872
     873    typedef std::list< ComObjPtr<PciDeviceAttachment> > PciDeviceAssignmentList;
     874    PciDeviceAssignmentList mPciDeviceAssignments;
    875875
    876876    friend class SessionMachine;
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