Changeset 35357 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Dec 27, 2010 10:38:34 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 69217
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/MachineImpl.h
r35175 r35357 291 291 BOOL mIoCacheEnabled; 292 292 ULONG mIoCacheSize; 293 294 typedef std::list< ComObjPtr<PciDeviceAttachment> > PciDeviceAssignmentList; 295 PciDeviceAssignmentList mPciDeviceAssignments; 293 296 }; 294 297 … … 523 526 STDMETHOD(QueryLogFilename(ULONG aIdx, BSTR *aName)); 524 527 STDMETHOD(ReadLog(ULONG aIdx, LONG64 aOffset, LONG64 aSize, ComSafeArrayOut(BYTE, aData))); 525 STDMETHOD(AttachHostPciDevice(LONG hostAddress, LONG desiredGuestAddress, IEventContext *eventContext,BOOL tryToUnbind));528 STDMETHOD(AttachHostPciDevice(LONG hostAddress, LONG desiredGuestAddress, BOOL tryToUnbind)); 526 529 STDMETHOD(DetachHostPciDevice(LONG hostAddress)); 527 530 STDMETHOD(COMGETTER(PciDeviceAssignments))(ComSafeArrayOut(IPciDeviceAttachment *, aAssignments)); … … 870 873 typedef std::list< ComObjPtr<StorageController> > StorageControllerList; 871 874 Backupable<StorageControllerList> mStorageControllers; 872 873 typedef std::list< ComObjPtr<PciDeviceAttachment> > PciDeviceAssignmentList;874 PciDeviceAssignmentList mPciDeviceAssignments;875 875 876 876 friend class SessionMachine;
Note:
See TracChangeset
for help on using the changeset viewer.