policymanagement/policyengine/policyengineclient/src/Contexts.cpp
changeset 55 1c556dee8eb1
parent 5 3f7d9dbe57c8
child 62 19bba8228ff0
equal deleted inserted replaced
54:085438c28042 55:1c556dee8eb1
   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::Close();
   314 	RArray<HBufC8*>::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;