Changeset 76a109 for src/Actions/ActionQueue.cpp
- Timestamp:
- Feb 4, 2015, 9:56:43 PM (10 years ago)
- Children:
- 3e6b93
- Parents:
- 2e7afe
- git-author:
- Frederik Heber <heber@…> (09/23/14 16:14:18)
- git-committer:
- Frederik Heber <heber@…> (02/04/15 21:56:43)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/ActionQueue.cpp
r2e7afe r76a109 200 200 mtx_queue.unlock(); 201 201 } 202 if (lastActionOk) { 203 OBSERVE; 204 NOTIFY(ActionQueued); 205 _lastchangedaction = actionqueue[CurrentAction]; 206 } 202 207 // access actionqueue, hence using mutex 203 208 mtx_queue.lock();
Note:
See TracChangeset
for help on using the changeset viewer.