diff -r 3d94ea3e909b -r 1fea62d03c27 languageinterworkingfw/servicehandler/inc/liwservicehandlerimpl.h --- a/languageinterworkingfw/servicehandler/inc/liwservicehandlerimpl.h Tue Aug 31 16:06:08 2010 +0300 +++ b/languageinterworkingfw/servicehandler/inc/liwservicehandlerimpl.h Wed Sep 01 12:23:36 2010 +0100 @@ -102,6 +102,7 @@ TInt AttachL(const RCriteriaArray& aInterest); TInt AttachL(const RCriteriaArray& aInterest,CRTSecMgrScriptSession* aSecMgrScriptSession); + TInt AttachL(const RCriteriaArray& aInterest,CRTSecMgrScriptSession* aSecMgrScriptSession,TInt aWidgetId); /** * @see CLiwServiceHandler::QueryImplementationL() */ @@ -411,6 +412,9 @@ // Resource offset for LiwServiceHandler.rsc. TInt iResourceOffset; + // Resource offset for LiwServiceHandler.rsc. + TInt iWidgetId; + // Owns all the providers currently in memory. RPointerArray iProviders;