Commit 206566f
committed
source: make multiple derived classes final
Multiple derived classes were using virtual functions in their
ctor/dtor. For this to work reliably we declare the classes final, to
not produce complex construct/destruct scenarios if someone where to
derive from these classes.
Signed-off-by: Jan Kraemer <jan.kraemer@vector.com>1 parent 6e0117a commit 206566f
File tree
3 files changed
+3
-3
lines changed- SilKit/source
- core/participant
- tracing
- detail
3 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
0 commit comments