harvester/server/src/mdeobjecthandler.cpp
changeset 54 a3cc46f37772
parent 23 33ae025ac1e8
child 60 79f826a55db2
child 63 e538444823de
--- 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
             }
         }