idlehomescreen/xmluicontroller/inc/transactionelement.h
branchRCL_3
changeset 35 3321d3e205b6
parent 0 f72a12da539e
--- 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;