languageinterworkingfw/servicehandler/src/liwservicehandler.cpp
branchRCL_3
changeset 35 418d2f9448b9
parent 0 99ef825efeca
child 36 3d94ea3e909b
equal deleted inserted replaced
32:02db64fb1712 35:418d2f9448b9
    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 
   104 EXPORT_C void CLiwServiceHandler::GetInterest(RCriteriaArray& aInterest)
   109 EXPORT_C void CLiwServiceHandler::GetInterest(RCriteriaArray& aInterest)
   105     {
   110     {
   106     iImpl->GetInterest(aInterest);
   111     iImpl->GetInterest(aInterest);
   107     }
   112     }
   108     
   113