Changeset 6bbdfb for src/Actions/ActionQueue.hpp
- Timestamp:
- Jan 30, 2015, 1:54:37 PM (11 years ago)
- Parents:
- 419fa2
- File:
-
- 1 edited
-
src/Actions/ActionQueue.hpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/ActionQueue.hpp
r419fa2 r6bbdfb 257 257 bool isActionQueueDone() const; 258 258 259 /** Sets the \a CurrentAction such that it indicates that no further Actions 260 * need to be called. 261 * 262 */ 263 void setActionQueueDone(); 264 259 265 /** Helper to check whether there are more actions in tempqueue for 260 266 * run_thread. … … 333 339 ActionStatusList StatusList; 334 340 335 // set run_thread to end such that others are initialized first (especially mutexes) 336 #ifdef HAVE_ACTION_THREAD 337 //!> internal flag to tell whether run_thread is still running 338 bool run_thread_running; 341 #ifdef HAVE_ACTION_THREAD 342 //!> internal mutex to show when run_thread is running 343 mutable boost::mutex mtx_run_thread_running; 339 344 340 345 //!> internal thread to call Actions
Note:
See TracChangeset
for help on using the changeset viewer.
