diff -r d4a4db6aad1f -r 253cb20021a4 csxhelp/HelpEngine/inc/CSXHGenericTOC1.h --- a/csxhelp/HelpEngine/inc/CSXHGenericTOC1.h Mon Mar 08 21:43:11 2010 +0000 +++ b/csxhelp/HelpEngine/inc/CSXHGenericTOC1.h Sun Mar 14 13:08:47 2010 +0000 @@ -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