Changeset cadaa0
- Timestamp:
- May 5, 2016, 9:43:09 AM (9 years ago)
- Parents:
- 996ef1
- git-author:
- Frederik Heber <heber@…> (09/23/14 16:14:18)
- git-committer:
- Frederik Heber <heber@…> (05/05/16 09:43:09)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/ActionQueue.cpp
r996ef1 rcadaa0 215 215 mtx_queue.unlock(); 216 216 } 217 if (lastActionOk) { 218 OBSERVE; 219 NOTIFY(ActionQueued); 220 _lastchangedaction = actionqueue[CurrentAction]; 221 } 217 222 // access actionqueue, hence using mutex 218 223 mtx_queue.lock();
Note:
See TracChangeset
for help on using the changeset viewer.