Changeset 87242 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Jan 13, 2021 4:02:24 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 142199
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/BusAssignmentManager.h
r85007 r87242 47 47 }; 48 48 49 static BusAssignmentManager *createInstance(ChipsetType_T chipsetType, bool fIommu);49 static BusAssignmentManager *createInstance(ChipsetType_T chipsetType, IommuType_T iommuType); 50 50 virtual void AddRef(); 51 51 virtual void Release();
Note:
See TracChangeset
for help on using the changeset viewer.