diff -r b01126ce0bec -r ba63c83f4716 idlehomescreen/xmluicontroller/inc/transactionfactoryimpl.h --- 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 #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