csxhelp/HelpEngine/inc/CSXHGenericTOC1.h
branchRCL_3
changeset 5 d06b1526f62c
parent 0 1f04cf54edd8
--- a/csxhelp/HelpEngine/inc/CSXHGenericTOC1.h	Tue Feb 02 00:03:40 2010 +0200
+++ b/csxhelp/HelpEngine/inc/CSXHGenericTOC1.h	Fri Feb 19 22:42:03 2010 +0200
@@ -63,6 +63,7 @@
  */  	
   	TBool InsertChild(CCSXHHelpContentBase* atoc2,TBool aDeleteObject = ETrue);
   	
+  	TBool InsertChildWithPriority(CCSXHHelpContentBase* aChild, TBool aDeleteObject = ETrue);
 /** 
  * @function ResetChildList
  * @since S60 3.2
@@ -79,7 +80,7 @@
 *  Construct a CCSXHGenericTOC1 
 *  @param aName 	- TOC1 Name
 */
-  	CCSXHGenericTOC1(const TDesC& aName); 
+  	CCSXHGenericTOC1(const TDesC& aName, const TInt32 aPriority = 0); 
   	
 /** 
 *  @function InitChildList