Changeset 47390 in vbox
- Timestamp:
- Jul 25, 2013 12:40:21 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/USBDeviceFiltersImpl.cpp
r47376 r47390 896 896 AssertComRCReturn(autoCaller.rc(), false); 897 897 898 AutoReadLock alock(this COMMA_LOCKVAL_SRC_POS);899 900 898 /* It is not possible to work with USB device if there is no USB controller present. */ 901 899 if (!m->pParent->isUSBControllerPresent()) 902 900 return false; 901 902 AutoReadLock alock(this COMMA_LOCKVAL_SRC_POS); 903 903 904 904 /* apply self filters */ … … 937 937 AssertComRCReturn(autoCaller.rc(), false); 938 938 939 AutoReadLock alock(this COMMA_LOCKVAL_SRC_POS);940 941 939 /* It is not possible to work with USB device if there is no USB controller present. */ 942 940 if (!m->pParent->isUSBControllerPresent()) 943 941 return false; 942 943 AutoReadLock alock(this COMMA_LOCKVAL_SRC_POS); 944 944 945 945 HRESULT rc = S_OK;
Note:
See TracChangeset
for help on using the changeset viewer.