Changeset 8719 in vbox
- Timestamp:
- May 8, 2008 3:46:39 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 30666
- Location:
- trunk/src/VBox/Main
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/HostImpl.cpp
r8666 r8719 991 991 "this VirtualBox instance")); 992 992 993 AutoWriteLock alockFilter (filter); 993 994 if (filter->mInList) 994 995 return setError (E_INVALIDARG, -
trunk/src/VBox/Main/include/USBDeviceImpl.h
r8709 r8719 1 1 /** @file 2 * 3 * VirtualBox COM class implementation 2 * Header file for the OUSBDevice (IUSBDevice) class, VBoxC. 4 3 */ 5 4
Note:
See TracChangeset
for help on using the changeset viewer.