Changeset 8725
- Timestamp:
- 05/08/08 19:48:23 (2 months ago)
- Files:
-
- trunk/src/VBox/Main/HostImpl.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
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();

