Changeset 5130 in vbox for trunk/src/VBox/Frontends/VBoxManage
- Timestamp:
- Oct 1, 2007 5:32:45 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 24994
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp
r5129 r5130 1230 1230 /* NIC type */ 1231 1231 Utf8Str strNICType; 1232 NetworkAdapterType NICType;1232 NetworkAdapterType_T NICType; 1233 1233 nic->COMGETTER(AdapterType)(&NICType); 1234 1234 switch (NICType) {
Note:
See TracChangeset
for help on using the changeset viewer.