Changeset 101168 in vbox for trunk/include/VBox/settings.h
- Timestamp:
- Sep 19, 2023 12:55:37 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/settings.h
r101035 r101168 1574 1574 void readStorageControllerAttributes(const xml::ElementNode &elmStorageController, StorageController &sctl); 1575 1575 void readPlatformCPUIDTreeX86(const xml::ElementNode &elmChild, PlatformX86 &platX86); 1576 void readPlatformX86(const xml::ElementNode &elmPlatform ,PlatformX86 &platX86);1577 void readPlatform(const xml::ElementNode &elmPlatform , Platform &plat);1576 void readPlatformX86(const xml::ElementNode &elmPlatformX86OrHardware, PlatformX86 &platX86); 1577 void readPlatform(const xml::ElementNode &elmPlatformOrHardware, Hardware &hw, Platform &plat); 1578 1578 void readHardware(const xml::ElementNode &elmHardware, Hardware &hw); 1579 1579 void readHardDiskAttachments_pre1_7(const xml::ElementNode &elmHardDiskAttachments, Storage &strg);
Note:
See TracChangeset
for help on using the changeset viewer.