aboutsummaryrefslogtreecommitdiffstats
path: root/nci/jni/JcopManager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'nci/jni/JcopManager.cpp')
-rw-r--r--nci/jni/JcopManager.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/nci/jni/JcopManager.cpp b/nci/jni/JcopManager.cpp
index 336fbcf8..e5ddb7d5 100644
--- a/nci/jni/JcopManager.cpp
+++ b/nci/jni/JcopManager.cpp
@@ -199,7 +199,7 @@ tNFA_STATUS JcopManager::JcopDeInitialize ()
** STATUS_FAILED if unSuccessfull
**
*******************************************************************************/
-tNFC_JBL_STATUS JcopManager::AlaInitialize (IChannel *channel)
+tNFC_JBL_STATUS JcopManager::AlaInitialize (IChannel_t *channel)
{
if(channel == NULL)
{
@@ -353,7 +353,7 @@ tNFC_JBL_STATUS JcopManager::AlaLsGetStatus (uint8_t *pVersion)
** STATUS_FAILED if unSuccessfull
**
*******************************************************************************/
-tNFC_JBL_STATUS JcopManager::JCDnldInit (IChannel *channel)
+tNFC_JBL_STATUS JcopManager::JCDnldInit (IChannel_t *channel)
{
if(!channel){
ALOGE("%s: Invalid Params !!", __func__);