locationtriggering/ltcontainer/src/lbttriggerstorerepository.cpp
branchRCL_3
changeset 44 2b4ea9893b66
parent 0 667063e416a2
child 45 6b6920c56e2f
--- a/locationtriggering/ltcontainer/src/lbttriggerstorerepository.cpp	Thu Aug 19 10:20:18 2010 +0300
+++ b/locationtriggering/ltcontainer/src/lbttriggerstorerepository.cpp	Tue Aug 31 15:37:04 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 );
     }