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