VirtualBox

Ignore:
Timestamp:
May 9, 2008 2:51:58 PM (17 years ago)
Author:
vboxsync
Message:

Moved the filter running over to USBProxyService (from Host). Split up the USBProxyService construction using an init() method like the rest of the classes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/VirtualBoxBase.h

    r8709 r8744  
    16861686        //  child's uninit() from under the children map lock should not produce
    16871687        //  dead-locks any more).
    1688         Assert (!child->isWriteLockOnCurrentThread());
     1688        Assert (!child->isWriteLockOnCurrentThread() || child->lockHandle() == lockHandle());
    16891689        removeDependentChild (ComPtr <IUnknown> (child));
    16901690    }
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette