languageinterworkingfw/servicehandler/inc/liwservicehandlerimpl.h
branchRCL_3
changeset 52 418d2f9448b9
parent 18 a7062f7f0b79
child 53 3d94ea3e909b
--- a/languageinterworkingfw/servicehandler/inc/liwservicehandlerimpl.h	Tue May 11 17:01:39 2010 +0300
+++ b/languageinterworkingfw/servicehandler/inc/liwservicehandlerimpl.h	Thu Aug 19 10:46:29 2010 +0300
@@ -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<CLiwServiceIfBase> iProviders;