diff -r 5456b4e8b3a8 -r 3321d3e205b6 idlehomescreen/xmluicontroller/inc/transactionelement.h --- a/idlehomescreen/xmluicontroller/inc/transactionelement.h Wed Sep 01 12:32:46 2010 +0100 +++ b/idlehomescreen/xmluicontroller/inc/transactionelement.h Tue Sep 14 20:58:58 2010 +0300 @@ -59,8 +59,6 @@ void Reset(); - RAiPolicyElementArray& PolicyArray(); - /** * Sets current content priority value. * @@ -106,10 +104,10 @@ * The policy is applied by modifying CSS property defined * by non-empty content. */ - void ApplyPublishingPolicy( TBool& aLayoutChanged, + void ApplyPublishingPolicy( RAiPolicyElementArray& aPolicyArray, RPropertyHashMap& aPropertyHashMap ); - void DoApplyPublishingPolicyL( TBool& aLayoutChanged, + void DoApplyPublishingPolicyL( RAiPolicyElementArray& aPolicyArray, RPropertyHashMap& aPropertyHashMap ); /** @@ -127,11 +125,6 @@ private: /** - * Array of policy elements - */ - RAiPolicyElementArray iPolicyArray; - - /** * Content priority map */ AiUtility::CContentPriorityMap& iContentPriorityMap;