Changeset 48985 in vbox for trunk/src/VBox/Main/src-client
- Timestamp:
- Oct 8, 2013 10:38:17 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 89702
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp
r48983 r48985 2018 2018 InsertConfigString(pCfg, "ControllerType", "SAS1068"); 2019 2019 InsertConfigInteger(pCfg, "Bootable", fBootable); 2020 2021 ULONG cPorts = 0; 2022 hrc = ctrls[i]->COMGETTER(PortCount)(&cPorts); H(); 2023 InsertConfigInteger(pCfg, "NumPorts", cPorts); 2020 2024 2021 2025 /* Attach the status driver */
Note:
See TracChangeset
for help on using the changeset viewer.