Commit 461d32a
committed
Make Reader simple struct
Signed-off-by: Raul Metsma <[email protected]>1 parent a92161e commit 461d32a
File tree
5 files changed
+9
-1
lines changed- lib
- src
- app
- controller
- mac
5 files changed
+9
-1
lines changedSubmodule libelectronic-id updated 13 files
- .github/workflows/cmake-linux-fedora.yml+6-12
- lib/libpcsc-cpp/CMakeLists.txt-2
- lib/libpcsc-cpp/include/flag-set-cpp/flag_set.hpp-175
- lib/libpcsc-cpp/include/pcsc-cpp/pcsc-cpp.hpp+7-31
- lib/libpcsc-cpp/src/Reader.cpp-54
- lib/libpcsc-cpp/src/listReaders.cpp+8-37
- lib/libpcsc-cpp/tests/integration/test-pcsc-cpp.cpp+3-4
- lib/libpcsc-cpp/tests/mock/test-select-card-reader-and-card.cpp+1-1
- src/availableSupportedCards.cpp+1-1
- src/electronic-id.cpp+11-1
- src/electronic-ids/ms-cryptoapi/listMsCryptoApiElectronicIDs.cpp+1-1
- src/electronic-ids/pcsc/LatEIDIDEMIAv2.cpp+18-8
- src/electronic-ids/pcsc/LatEIDIDEMIAv2.hpp+6-5
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
29 | 31 | | |
30 | 32 | | |
31 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
| 29 | + | |
28 | 30 | | |
29 | 31 | | |
30 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
30 | 32 | | |
31 | 33 | | |
32 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
| 38 | + | |
37 | 39 | | |
38 | 40 | | |
39 | 41 | | |
| |||
0 commit comments