csxhelp/HelpEngine/src/CSXHHelpContentBase.cpp
branchCompilerCompatibility
changeset 8 253cb20021a4
parent 5 d06b1526f62c
--- 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
     }