Changeset 20514 in vbox for trunk/src/VBox/Main
- Timestamp:
- Jun 12, 2009 1:27:04 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ApplianceImpl.cpp
r20337 r20514 4509 4509 // this is more tricky so use the COM method 4510 4510 rc = COMGETTER(USBController)(pUsbController.asOutParam()); 4511 if (FAILED(rc)) throw rc; 4512 rc = pUsbController->COMGETTER(Enabled)(&fUSBEnabled); 4511 if (FAILED(rc)) 4512 fUSBEnabled = false; 4513 else 4514 rc = pUsbController->COMGETTER(Enabled)(&fUSBEnabled); 4513 4515 4514 4516 pAudioAdapter = mAudioAdapter;
Note:
See TracChangeset
for help on using the changeset viewer.