Differences From Artifact [f3e792cf0d]:
- File pcsc/pcsc_nacl_init.cc — part of check-in [3dc3a3b281] at 2016-04-14 02:28:56 on branch trunk — More work towards something possibly usable one day (user: rkeene, size: 545) [annotate] [blame] [check-ins using]
To Artifact [8843ef3219]:
- File pcsc/pcsc_nacl_init.cc — part of check-in [b209244e1b] at 2016-04-14 17:38:51 on branch trunk — Removed unused parameters in NaCl PCSC initialization (user: rkeene, size: 376) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | - + - - - - | #include <ppapi/cpp/core.h> #include <ppapi/cpp/instance.h> #include "global.h" static google_smart_card::TypedMessageRouter tmr; |