csxhelp/HelpEngine/inc/CSXHMainTopics.h
branchCompilerCompatibility
changeset 8 253cb20021a4
parent 5 d06b1526f62c
--- a/csxhelp/HelpEngine/inc/CSXHMainTopics.h	Mon Mar 08 21:43:11 2010 +0000
+++ b/csxhelp/HelpEngine/inc/CSXHMainTopics.h	Sun Mar 14 13:08:47 2010 +0000
@@ -37,7 +37,7 @@
 *  @param aCoeEnv 	- Control Environment 
 *  @retrun a CCSXHMainTopics pointer
 */
-    static CCSXHMainTopics* NewL(const TUid&, const TApaAppCaption& aAppCaption);
+    static CCSXHMainTopics* NewL(const TUid&, const TApaAppCaption& aAppCaption, const TInt32 aPriority = 0);
 /** 
 *  @function CCSXHMainTopics
 *  @since S60 3.2
@@ -45,7 +45,7 @@
 *  @param aCoeEnv 	- Control Environment 
 *  @retrun a CCSXHMainTopics pointer
 */  
-    static CCSXHMainTopics* NewLC(const TUid&,const TApaAppCaption& aAppCaption);
+    static CCSXHMainTopics* NewLC(const TUid&,const TApaAppCaption& aAppCaption, const TInt32 aPriority = 0);
     
 /** 
  * @function ~CCSXHMainTopics
@@ -76,7 +76,7 @@
 *  @param aUid  - Application Uid
 *         aName - TOC1 Object Name  
 */    
-    CCSXHMainTopics(const TUid& aUid, const TDesC& aName);
+    CCSXHMainTopics(const TUid& aUid, const TDesC& aName, const TInt32 aPriority);
     	
     const TUid &iUid;
     };