languageinterworkingfw/servicehandler/src/liwservicehandler.cpp
branchRCL_3
changeset 54 1fea62d03c27
parent 53 3d94ea3e909b
equal deleted inserted replaced
53:3d94ea3e909b 54:1fea62d03c27
    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