--- a/harvester/server/src/mdeobjecthandler.cpp Wed Jul 14 07:57:22 2010 +0300
+++ b/harvester/server/src/mdeobjecthandler.cpp Fri Jul 23 10:03:59 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
}
}