diff -r aa5a574040a4 -r a3cc46f37772 harvester/server/src/mdeobjecthandler.cpp --- a/harvester/server/src/mdeobjecthandler.cpp Tue Jul 06 14:44:37 2010 +0300 +++ b/harvester/server/src/mdeobjecthandler.cpp Fri Sep 17 16:54:49 2010 +0300 @@ -126,7 +126,7 @@ CMdERelation* relation = iMdeSession->NewRelationLC( albumRelationDef, albumId, objectId, 0 ); - relationEventArray.Append( STATIC_CAST( CMdEInstanceItem*, relation ) ); + relationEventArray.AppendL( STATIC_CAST( CMdEInstanceItem*, relation ) ); CleanupStack::Pop(); //relation } } @@ -140,7 +140,7 @@ { CMdEEvent* event = iMdeSession->NewEventLC( *eventDef, objectId, time ); - relationEventArray.Append( STATIC_CAST( CMdEInstanceItem*, event ) ); + relationEventArray.AppendL( STATIC_CAST( CMdEInstanceItem*, event ) ); CleanupStack::Pop(); // event } }