idlehomescreen/xmluicontroller/inc/transactionfactoryimpl.h
branchRCL_3
changeset 102 ba63c83f4716
parent 88 3321d3e205b6
--- a/idlehomescreen/xmluicontroller/inc/transactionfactoryimpl.h	Wed Sep 15 12:00:00 2010 +0300
+++ b/idlehomescreen/xmluicontroller/inc/transactionfactoryimpl.h	Wed Oct 13 14:18:30 2010 +0300
@@ -22,7 +22,6 @@
 
 #include <e32base.h>
 #include "transactionfactory.h"
-#include "aipolicyelement.h"
 
 namespace AiUtility
     {
@@ -86,10 +85,6 @@
     void ReleaseTransactionElement( MTransactionElement* aElement );
 
     TBool IsSupported( CXnNodeAppIf& aTarget, const TDesC8& aContentType );
-    
-    RAiPolicyElementArray& CTransactionFactoryImpl::PolicyArray();
-
-    void CTransactionFactoryImpl::ResetPolicyArray();
 
 private: // Construction
 
@@ -138,11 +133,6 @@
      * UI controller's CSS property map. Not own.
      */
     CCssPropertyMap& iPropertyMap;
-
-    /**
-     * Array of policy elements
-     */
-    RAiPolicyElementArray iPolicyArray;
     };
 
 } // namespace AiXmlUiController