diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-05-09 01:33:45 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-05-10 21:35:46 +0200 |
| commit | 0f11f0c25465464b28db713cccd37d7d8de483e1 (patch) | |
| tree | 415dc88b05b951f5d590d0c41b52503fd8fd3da5 /src/lib/change_signaller.cc | |
| parent | b168d211622f94a5240c945c1df03b0bed48d3bc (diff) | |
Allow signals to be blocked and resumed, and so make sure that a set
of content changes taken from an examiner are handled at the same
time.
Should fix DoM #2523.
Diffstat (limited to 'src/lib/change_signaller.cc')
| -rw-r--r-- | src/lib/change_signaller.cc | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/src/lib/change_signaller.cc b/src/lib/change_signaller.cc new file mode 100644 index 000000000..a1f093d14 --- /dev/null +++ b/src/lib/change_signaller.cc @@ -0,0 +1,24 @@ +/* + Copyright (C) 2018-2021 Carl Hetherington <cth@carlh.net> + + This file is part of DCP-o-matic. + + DCP-o-matic is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + DCP-o-matic is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with DCP-o-matic. If not, see <http://www.gnu.org/licenses/>. + +*/ + + +#include "change_signaller.h" + + |
