languageinterworkingfw/servicehandler/src/liwservicehandler.cpp
branchRCL_3
changeset 53 3d94ea3e909b
parent 52 418d2f9448b9
child 54 1fea62d03c27
equal deleted inserted replaced
52:418d2f9448b9 53:3d94ea3e909b
    99 EXPORT_C TInt CLiwServiceHandler::AttachL(const RCriteriaArray& aInterest,CRTSecMgrScriptSession& aSecMgrScriptSession)
    99 EXPORT_C TInt CLiwServiceHandler::AttachL(const RCriteriaArray& aInterest,CRTSecMgrScriptSession& aSecMgrScriptSession)
   100     {
   100     {
   101     return (iImpl->AttachL(aInterest,&aSecMgrScriptSession));
   101     return (iImpl->AttachL(aInterest,&aSecMgrScriptSession));
   102     }
   102     }
   103 
   103 
   104 EXPORT_C TInt CLiwServiceHandler::AttachL(const RCriteriaArray& aInterest,CRTSecMgrScriptSession& aSecMgrScriptSession,TInt aWidgetId)
       
   105     {
       
   106     return (iImpl->AttachL(aInterest,&aSecMgrScriptSession,aWidgetId));
       
   107     }
       
   108 
       
   109 EXPORT_C void CLiwServiceHandler::GetInterest(RCriteriaArray& aInterest)
   104 EXPORT_C void CLiwServiceHandler::GetInterest(RCriteriaArray& aInterest)
   110     {
   105     {
   111     iImpl->GetInterest(aInterest);
   106     iImpl->GetInterest(aInterest);
   112     }
   107     }
   113     
   108