csxhelp/HelpEngine/inc/CSXHHtmlTOC1.h
branchRCL_3
changeset 5 d06b1526f62c
parent 0 1f04cf54edd8
child 14 b69cc3efe785
--- a/csxhelp/HelpEngine/inc/CSXHHtmlTOC1.h	Tue Feb 02 00:03:40 2010 +0200
+++ b/csxhelp/HelpEngine/inc/CSXHHtmlTOC1.h	Fri Feb 19 22:42:03 2010 +0200
@@ -61,7 +61,7 @@
 *  @return a CCSXHHtmlTOC1 Pointer 
 */
     static CCSXHHtmlTOC1* NewL(const TDesC& aName,const TDesC& aFolder,
-    							const TInt& aDrive);
+    							const TInt& aDrive, TUid aViewId, TInt32 aPriority = 0);
 /** 
  * @function ~CCSXHHtmlTOC1
  * @since S60 3.2
@@ -124,7 +124,7 @@
 *		  aUid 		- Application Uid
 *		  aDrive    - Drive Number
 */    
-    CCSXHHtmlTOC1(const TDesC& aName,const TDesC& aFolder,const TInt& aDriveName);
+    CCSXHHtmlTOC1(const TDesC& aName, const TDesC& aFolder, const TInt& aDriveName, TUid aViewId, TInt32 aPriority);
 /** 
 *  @function InitChildList
 *  @since S60 3.2
@@ -140,6 +140,7 @@
 	  
      TAppUid iAppUid;
       short iDrive;
+    TUid iViewId;
     };