Changeset 35676 in vbox for trunk/src/VBox/Main/include/MachineImpl.h
- Timestamp:
- Jan 24, 2011 2:24:34 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 69600
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/MachineImpl.h
r35638 r35676 291 291 BOOL mIoCacheEnabled; 292 292 ULONG mIoCacheSize; 293 294 typedef std::list< ComObjPtr<PciDeviceAttachment> > PciDeviceAssignmentList; 295 PciDeviceAssignmentList mPciDeviceAssignments; 293 296 }; 294 297 295 298 /** 296 299 * Hard disk and other media data. 297 300 * 298 301 * The usage policy is the same as for HWData, but a separate structure … … 521 524 STDMETHOD(QueryLogFilename(ULONG aIdx, BSTR *aName)); 522 525 STDMETHOD(ReadLog(ULONG aIdx, LONG64 aOffset, LONG64 aSize, ComSafeArrayOut(BYTE, aData))); 523 STDMETHOD(AttachHostPciDevice(LONG hostAddress, LONG desiredGuestAddress, IEventContext *eventContext,BOOL tryToUnbind));526 STDMETHOD(AttachHostPciDevice(LONG hostAddress, LONG desiredGuestAddress, BOOL tryToUnbind)); 524 527 STDMETHOD(DetachHostPciDevice(LONG hostAddress)); 525 528 STDMETHOD(COMGETTER(PciDeviceAssignments))(ComSafeArrayOut(IPciDeviceAttachment *, aAssignments)); … … 868 871 typedef std::list< ComObjPtr<StorageController> > StorageControllerList; 869 872 Backupable<StorageControllerList> mStorageControllers; 870 871 typedef std::list< ComObjPtr<PciDeviceAttachment> > PciDeviceAssignmentList;872 PciDeviceAssignmentList mPciDeviceAssignments;873 873 874 874 friend class SessionMachine;
Note:
See TracChangeset
for help on using the changeset viewer.