- Timestamp:
- Jul 7, 2007 7:52:26 AM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 22712
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp
r3494 r3496 1042 1042 /* get the maximum amount of UARTs */ 1043 1043 ULONG maxUARTs = 0; 1044 sysProps->COMGETTER( NetworkAdapterCount)(&maxUARTs);1044 sysProps->COMGETTER(SerialPortCount)(&maxUARTs); 1045 1045 for (ULONG currentUART = 0; currentUART < maxUARTs; currentUART++) 1046 1046 {
Note:
See TracChangeset
for help on using the changeset viewer.