Changeset 8725 in vbox for trunk/src/VBox/Main
- Timestamp:
- May 8, 2008 5:48:23 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 30674
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/HostImpl.cpp
r8720 r8725 979 979 return E_INVALIDARG; 980 980 981 /* Note: HostUSBDeviceFilter and USBProxyService also uses this lock. */ 981 982 AutoWriteLock alock (this); 982 983 CHECK_READY(); … … 1026 1027 return E_POINTER; 1027 1028 1029 /* Note: HostUSBDeviceFilter and USBProxyService also uses this lock. */ 1028 1030 AutoWriteLock alock (this); 1029 1031 CHECK_READY();
Note:
See TracChangeset
for help on using the changeset viewer.