Commit 1408449
committed
Make mechanisms module private
This patch makes the mechanisms module private. The mechanism
implementation can still be accessed using the Mechanism enum. This
leads to a clenaer public API and triggers a compiler warning if the
mapping between the Mechanism enum and the mechanism implementations is
wrong (as the implementation would then be unused).1 parent 7f3d000 commit 1408449
2 files changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| 68 | + | |
68 | 69 | | |
69 | 70 | | |
70 | 71 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
0 commit comments