VirtualBox

Changeset 8725

Show
Ignore:
Timestamp:
05/08/08 19:48:23 (2 months ago)
Author:
vboxsync
Message:

Made the HostUSBDeviceFilter object use the Host object lock to simplify locking and close a few serialization gaps in a simple way.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/VBox/Main/HostImpl.cpp

    r8720 r8725  
    979979        return E_INVALIDARG; 
    980980 
     981    /* Note: HostUSBDeviceFilter and USBProxyService also uses this lock. */ 
    981982    AutoWriteLock alock (this); 
    982983    CHECK_READY(); 
     
    10261027        return E_POINTER; 
    10271028 
     1029    /* Note: HostUSBDeviceFilter and USBProxyService also uses this lock. */ 
    10281030    AutoWriteLock alock (this); 
    10291031    CHECK_READY(); 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy