locationtriggering/ltcontainer/src/lbttriggerstorerepository.cpp
changeset 40 16118e24b93b
parent 0 667063e416a2
child 45 6b6920c56e2f
--- a/locationtriggering/ltcontainer/src/lbttriggerstorerepository.cpp	Tue Jul 06 14:44:11 2010 +0300
+++ b/locationtriggering/ltcontainer/src/lbttriggerstorerepository.cpp	Wed Aug 18 10:11:45 2010 +0300
@@ -42,12 +42,12 @@
     CLbtDbTriggersManager* dbTriggerStore = CLbtDbTriggersManager::NewL();
     CleanupStack::PushL( dbTriggerStore );
     
-    aStoreArray.Append( dbTriggerStore );
+    aStoreArray.AppendL( dbTriggerStore );
     
     CLbtRamTriggersManager* ramTriggerStore = CLbtRamTriggersManager::NewL();
     CleanupStack::PushL( ramTriggerStore );
     
-    aStoreArray.Append( ramTriggerStore );
+    aStoreArray.AppendL( ramTriggerStore );
     
     CleanupStack::Pop( 3, &aStoreArray );
     }