Changeset 12762 for source/ariba/utility/system/SystemQueue.h
- Timestamp:
- Mar 12, 2014, 6:58:54 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/utility/system/SystemQueue.h
r12761 r12762 206 206 EventQueue immediateEventsQ; 207 207 EventQueue timedEventsQ; 208 // boost::mutex queueMutex;209 210 // SystemEvent& currently_processed_event;211 208 212 209 ptime now; … … 215 212 boost::condition_variable system_queue_idle; 216 213 boost::mutex queue_mutex; 217 218 // boost::condition_variable itemsAvailable; DEPRECATED 214 215 bool processing_event; 216 219 217 volatile bool running; 220 218 volatile bool aborted; … … 244 242 /// member variables of class SystemQueue 245 243 private: 246 QueueThreadSysQ;244 boost::scoped_ptr<QueueThread> SysQ; 247 245 boost::scoped_ptr<boost::thread> sysq_thread; 248 246
Note:
See TracChangeset
for help on using the changeset viewer.