diff options
author | Jihoon Jung <jh8801.jung@samsung.com> | 2016-05-31 17:49:12 +0900 |
---|---|---|
committer | Jihoon Jung <jh8801.jung@samsung.com> | 2016-05-31 17:51:40 +0900 |
commit | 78a3af91b93aad584317cd19248097bffd0f6158 (patch) | |
tree | 1dba5d1d03c813e3ca68f77fc0358bc438f78e58 | |
parent | f30cc6f21231388c5b69819f9384926716a820ec (diff) | |
download | ug-nfc-efl-accepted/tizen/common/20160606.141612.tar.gz ug-nfc-efl-accepted/tizen/common/20160606.141612.tar.bz2 ug-nfc-efl-accepted/tizen/common/20160606.141612.zip |
Remove comment about nfc internal api for Tap & Pay UIsubmit/tizen/20160603.011501submit/tizen/20160602.020711accepted/tizen/wearable/20160606.121026accepted/tizen/mobile/20160606.120655accepted/tizen/common/20160606.141612accepted/tizen/common/20160603.150537
Signed-off-by: Jihoon Jung <jh8801.jung@samsung.com>
Change-Id: I5b9ccc0e66842b13e64a69fde688fb31373bf353
-rwxr-xr-x | wearable/app/src/nsa-view-tap-n-pay.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/wearable/app/src/nsa-view-tap-n-pay.c b/wearable/app/src/nsa-view-tap-n-pay.c index c9a0df7..bb03ddd 100755 --- a/wearable/app/src/nsa-view-tap-n-pay.c +++ b/wearable/app/src/nsa-view-tap-n-pay.c @@ -20,6 +20,7 @@ #include <app.h> #include <nfc.h> +#include <nfc_internal.h> #include <vconf.h> #include <pkgmgr-info.h> #include "nsa-view.h" @@ -206,10 +207,10 @@ static bool __registered_handler_cb(const char *handler, int count, static void __get_wallet_info(void) { NSA_DEBUG("__get_wallet_info"); -/* + nfc_se_foreach_registered_handlers(NFC_CARD_EMULATION_CATEGORY_PAYMENT, __registered_handler_cb, (void *)T_PAYMENT); -*/ + /* To Do */ #if 0 nfc_se_foreach_registered_handlers(NFC_CARD_EMULATION_CATEGORY_OTHER, |