csxhelp/inc/CSXHAppUi.h
branchRCL_3
changeset 5 d06b1526f62c
parent 0 1f04cf54edd8
equal deleted inserted replaced
1:27f5851bd5a5 5:d06b1526f62c
   232         *  Load Service Handler and attach the interest
   232         *  Load Service Handler and attach the interest
   233         *  @since S60 3.2
   233         *  @since S60 3.2
   234         *  @param None
   234         *  @param None
   235         *  @return None
   235         *  @return None
   236         */
   236         */
   237         void LoadTutorialService();
   237         void LoadTutorialServiceL();
   238 #endif
   238 #endif
   239   private:
   239   private:
   240     
   240     
   241     CCSXHGenericView* iTOC1View;
   241     CCSXHGenericView* iTOC1View;
   242     CCSXHGenericView* iKywdTOC1View;
   242     CCSXHGenericView* iKywdTOC1View;
   247     //This class will be used for both normal and context html topics    
   247     //This class will be used for both normal and context html topics    
   248     CCSXHHtmlTopicView* iHtmlTopicView;
   248     CCSXHHtmlTopicView* iHtmlTopicView;
   249 	
   249 	
   250 	CCSXHGenericView* iKywdTOC2View;
   250 	CCSXHGenericView* iKywdTOC2View;
   251 	CCSXHGenericView* iTOC2View;
   251 	CCSXHGenericView* iTOC2View;
       
   252 	CCSXHGenericView* iAppHelpsTOC1View;
       
   253 	CCSXHGenericView* iAppHelpsTOC2View;
   252 	
   254 	
   253 	static CCSXHAppUi* iInstance;
   255 	static CCSXHAppUi* iInstance;
   254 	CCSXHRuntimeAppWatcher* iRuntimeWatcher;
   256 	CCSXHRuntimeAppWatcher* iRuntimeWatcher;
   255 	
   257 	
   256 #ifdef FF_HELP_TUTORIAL_MERGE
   258 #ifdef FF_HELP_TUTORIAL_MERGE