diff -r d4a4db6aad1f -r 253cb20021a4 csxhelp/HelpEngine/inc/CSXHHtmlTOC1.h --- 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; };