policymanagement/policyengine/policyengineclient/src/Contexts.cpp
branchRCL_3
changeset 26 19bba8228ff0
parent 25 b183ec05bd8c
equal deleted inserted replaced
25:b183ec05bd8c 26:19bba8228ff0
   309 	for ( TInt i = 0; i < Count(); i++)
   309 	for ( TInt i = 0; i < Count(); i++)
   310 	{
   310 	{
   311 		delete operator[](i);
   311 		delete operator[](i);
   312 	}
   312 	}
   313 
   313 
   314 	RArray<HBufC8*>::Close();
   314 	RArray::Close();
   315 }
   315 }
   316 
   316 
   317 void RElementIdArray::SetListL( const TDesC8& aChilds)
   317 void RElementIdArray::SetListL( const TDesC8& aChilds)
   318 {
   318 {
   319 	TInt index = 0;
   319 	TInt index = 0;