idlehomescreen/xmluicontroller/inc/mtransaction.h
branchRCL_3
changeset 88 3321d3e205b6
parent 0 f72a12da539e
child 102 ba63c83f4716
--- a/idlehomescreen/xmluicontroller/inc/mtransaction.h	Wed Sep 01 12:32:46 2010 +0100
+++ b/idlehomescreen/xmluicontroller/inc/mtransaction.h	Tue Sep 14 20:58:58 2010 +0300
@@ -21,6 +21,7 @@
 
 #include <e32hashtab.h>
 
+#include "aipolicyelement.h"
 
 inline TUint32 NodeHash(const TAny* aPtr)
     {
@@ -87,7 +88,8 @@
      *
      * @param [out] aLayoutChanged true if UI layout changes
      */
-    virtual void CommitL( TBool& aLayoutChanged, RPropertyHashMap& aPropertyHashMap ) = 0;
+    virtual void CommitL( RAiPolicyElementArray& aPolicyArray, 
+            RPropertyHashMap& aPropertyHashMap ) = 0;
     
     /**
      * Resets this transaction for reuse.