VirtualBox

Changeset 5251 in vbox


Ignore:
Timestamp:
Oct 12, 2007 12:06:50 AM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
25218
Message:

more noise.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/VirtualBoxBase.cpp

    r4071 r5251  
    102102 *        or AutoUninitSpan scope), it will succeed as well (but will not
    103103 *        increase the number of callers).</li>
    104  *  </ol> 
     104 *  </ol>
    105105 *
    106106 *  Normally, calling addCaller() never blocks. However, if this method is
     
    121121 *  @note It is preferrable to use the #addLimitedCaller() rather than calling
    122122 *        this method with @a aLimited = |true|, for better
    123  *        self-descriptiveness. 
     123 *        self-descriptiveness.
    124124 *
    125125 *  @sa #addLimitedCaller()
     
    294294    {
    295295        Assert (mObj->mInitDoneSemUsers > 0);
    296        
     296
    297297        /* We have some pending addCaller() calls on other threads (created
    298298         * during InInit), signal that InInit is finished. */
     
    366366    if (mObj->mCallers > 0 && mObj->mInitDoneSemUsers > 0)
    367367    {
    368         /* We have some pending addCaller() calls on other threads, 
     368        /* We have some pending addCaller() calls on other threads,
    369369         * signal that InInit is finished. */
    370370        RTSemEventMultiSignal (mObj->mInitDoneSem);
     
    794794{
    795795    /// @todo (r=dmik) see todo in VirtualBoxBase.h, in
    796     //  template <class C> void removeDependentChild (C *child) 
     796    //  template <class C> void removeDependentChild (C *child)
    797797
    798798    LogFlowThisFuncEnter();
     
    800800    AutoLock alock (this);
    801801    AutoLock mapLock (mMapLock);
    802    
     802
    803803    LogFlowThisFunc (("count=%d...\n", mDependentChildren.size()));
    804804
     
    814814
    815815        Assert (mChildrenLeft == 0);
    816         mChildrenLeft = mDependentChildren.size();
     816        mChildrenLeft = (unsigned)mDependentChildren.size();
    817817
    818818        for (DependentChildren::iterator it = mDependentChildren.begin();
     
    905905{
    906906    /// @todo (r=dmik) see todo in VirtualBoxBase.h, in
    907     //  template <class C> void removeDependentChild (C *child) 
     907    //  template <class C> void removeDependentChild (C *child)
    908908
    909909    AssertReturn (!!unk, (void) 0);
Note: See TracChangeset for help on using the changeset viewer.

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