Ignore:
Timestamp:
Jul 24, 2009, 8:53:41 PM (15 years ago)
Author:
Christoph Mayer
Message:

merge from bootstrap branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/utility/system/SystemQueue.cpp

    r4721 r5316  
    226226                        // call the queue and this will
    227227                        // call the actual event handler
     228                        obj->queueMutex.unlock();
    228229                        obj->onNextQueueItem( ev );
     230                        obj->queueMutex.lock();
    229231
    230232                } // !obj->eventsQueue.empty() )
Note: See TracChangeset for help on using the changeset viewer.