- Timestamp:
- Feb 25, 2009 8:18:39 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ApplianceImpl.cpp
r17099 r17109 1375 1375 Utf8StrFmt("%RI32", (uint32_t)AudioControllerType_AC97)); 1376 1376 1377 #ifdef VBOX_WITH_USB 1377 1378 /* USB Controller */ 1378 1379 if (vsysThis.fHasUsbController) 1379 1380 pNewDesc->addEntry(VirtualSystemDescriptionType_USBController, "", "", ""); 1381 #endif /* VBOX_WITH_USB */ 1380 1382 1381 1383 NetworksMap::const_iterator itN; … … 1865 1867 } 1866 1868 1869 #ifdef VBOX_WITH_USB 1867 1870 /* USB Controller */ 1868 1871 std::list<VirtualSystemDescriptionEntry*> vsdeUSBController = vsdescThis->findByType(VirtualSystemDescriptionType_USBController); … … 1876 1879 rc = usbController->COMSETTER(Enabled)(fUSBEnabled); 1877 1880 if (FAILED(rc)) throw rc; 1881 #endif /* VBOX_WITH_USB */ 1878 1882 1879 1883 if (!task->progress.isNull())
Note:
See TracChangeset
for help on using the changeset viewer.