predictivesearch/PcsAlgorithm/Algorithm2/src/chinesefindutils.cpp
branchRCL_3
changeset 58 d4f567ce2e7c
parent 0 e686773b3f54
child 64 c1e8ba0c2b16
--- a/predictivesearch/PcsAlgorithm/Algorithm2/src/chinesefindutils.cpp	Thu Jul 15 18:22:55 2010 +0300
+++ b/predictivesearch/PcsAlgorithm/Algorithm2/src/chinesefindutils.cpp	Thu Aug 19 09:41:07 2010 +0300
@@ -66,7 +66,11 @@
     TCallBack aCallBack,
     CRepository* aRepository)
     :
-    iUid(aUid), iKey(aKey), iCallBack(aCallBack), iRepository(aRepository)
+    iUid(aUid), 
+    iKey(aKey), 
+    iChangedKey(NCentralRepositoryConstants::KInvalidNotificationId), 
+    iCallBack(aCallBack), 
+    iRepository(aRepository)
     {
     }