Ignore:
Timestamp:
Mar 14, 2014, 7:58:45 PM (10 years ago)
Author:
hock@…
Message:

New SystemQueue...

... is passing all unit tests, now. :-)

File:
1 edited

Legend:

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

    r12763 r12764  
    174174typedef list<SystemEvent> EventQueue;
    175175typedef std::priority_queue<SystemEvent,
    176                             std::vector<SystemEvent>,
     176                            std::vector<SystemEvent>,  // [ TODO is vector the best underlay? ]
    177177                            std::greater<SystemEvent> > PriorityEventQueue;
    178 // typedef std::priority_queue<SystemEvent> PriorityEventQueue;
    179 // TODO is vector the best underlay?
    180                            
    181178
    182179        //********************************************************
     
    224221                volatile bool running;
    225222        volatile bool aborted;
     223        volatile bool unclean;
    226224        }; // class QueueThread
    227225
Note: See TracChangeset for help on using the changeset viewer.