csxhelp/HelpEngine/inc/CSXHHtmlTOC1.h
branchCompilerCompatibility
changeset 8 253cb20021a4
parent 5 d06b1526f62c
child 32 b69cc3efe785
--- a/csxhelp/HelpEngine/inc/CSXHHtmlTOC1.h	Mon Mar 08 21:43:11 2010 +0000
+++ b/csxhelp/HelpEngine/inc/CSXHHtmlTOC1.h	Sun Mar 14 13:08:47 2010 +0000
@@ -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;
     };