languageinterworkingfw/servicehandler/inc/liwservicehandlerimpl.h
branchRCL_3
changeset 53 3d94ea3e909b
parent 52 418d2f9448b9
child 54 1fea62d03c27
equal deleted inserted replaced
52:418d2f9448b9 53:3d94ea3e909b
   100         * @see CLiwServiceHandler::AttachL() 
   100         * @see CLiwServiceHandler::AttachL() 
   101         */
   101         */
   102         TInt AttachL(const RCriteriaArray& aInterest);
   102         TInt AttachL(const RCriteriaArray& aInterest);
   103         
   103         
   104         TInt AttachL(const RCriteriaArray& aInterest,CRTSecMgrScriptSession* aSecMgrScriptSession);
   104         TInt AttachL(const RCriteriaArray& aInterest,CRTSecMgrScriptSession* aSecMgrScriptSession);
   105         TInt AttachL(const RCriteriaArray& aInterest,CRTSecMgrScriptSession* aSecMgrScriptSession,TInt aWidgetId);
       
   106         /**
   105         /**
   107         * @see CLiwServiceHandler::QueryImplementationL() 
   106         * @see CLiwServiceHandler::QueryImplementationL() 
   108         */
   107         */
   109         void QueryImplementationL(CLiwCriteriaItem* aItem, RCriteriaArray& aProviderList);
   108         void QueryImplementationL(CLiwCriteriaItem* aItem, RCriteriaArray& aProviderList);
   110 		void GetCapabilitiesL(RArray<TCapability>& secMgrCapList,CLiwGenericParamList* pMetaData);
   109 		void GetCapabilitiesL(RArray<TCapability>& secMgrCapList,CLiwGenericParamList* pMetaData);
   410         CLiwGenericParamList* iOutParams; 
   409         CLiwGenericParamList* iOutParams; 
   411         
   410         
   412         // Resource offset for LiwServiceHandler.rsc.
   411         // Resource offset for LiwServiceHandler.rsc.
   413         TInt iResourceOffset;
   412         TInt iResourceOffset;
   414         
   413         
   415         // Resource offset for LiwServiceHandler.rsc.
       
   416         TInt iWidgetId;
       
   417         
       
   418         // Owns all the providers currently in memory.
   414         // Owns all the providers currently in memory.
   419         RPointerArray<CLiwServiceIfBase> iProviders;  
   415         RPointerArray<CLiwServiceIfBase> iProviders;  
   420           
   416           
   421         TInt                             iNextFreeSlot;
   417         TInt                             iNextFreeSlot;
   422         RPointerArray<CLiwMenuPane>      iLastInitialized;
   418         RPointerArray<CLiwMenuPane>      iLastInitialized;