diff -r d4a4db6aad1f -r 253cb20021a4 csxhelp/HelpEngine/src/CSXHHelpContentBase.cpp --- a/csxhelp/HelpEngine/src/CSXHHelpContentBase.cpp Mon Mar 08 21:43:11 2010 +0000 +++ b/csxhelp/HelpEngine/src/CSXHHelpContentBase.cpp Sun Mar 14 13:08:47 2010 +0000 @@ -33,10 +33,16 @@ return iName->Des(); } +TInt32 CCSXHHelpContentBase::Priority() const + { + return iPriority; + } + // --------------------------------------------------------- // Items commented in header. // --------------------------------------------------------- -CCSXHHelpContentBase::CCSXHHelpContentBase(const TDesC& name) : iName(name.Alloc()) +CCSXHHelpContentBase::CCSXHHelpContentBase(const TDesC& name, const TInt32 aPriority) + : iName(name.Alloc()), iPriority(aPriority) {//No implementation required }