predictivesearch/PcsAlgorithm/Algorithm2/src/chinesefindutils.cpp
branchRCL_3
changeset 58 d4f567ce2e7c
parent 0 e686773b3f54
child 64 c1e8ba0c2b16
equal deleted inserted replaced
57:2666d9724c76 58:d4f567ce2e7c
    64     const TUid aUid,
    64     const TUid aUid,
    65     const TUint32 aKey,
    65     const TUint32 aKey,
    66     TCallBack aCallBack,
    66     TCallBack aCallBack,
    67     CRepository* aRepository)
    67     CRepository* aRepository)
    68     :
    68     :
    69     iUid(aUid), iKey(aKey), iCallBack(aCallBack), iRepository(aRepository)
    69     iUid(aUid), 
       
    70     iKey(aKey), 
       
    71     iChangedKey(NCentralRepositoryConstants::KInvalidNotificationId), 
       
    72     iCallBack(aCallBack), 
       
    73     iRepository(aRepository)
    70     {
    74     {
    71     }
    75     }
    72 
    76 
    73 void CFindRepositoryWatcher::ConstructL(CCenRepNotifyHandler::TCenRepKeyType aKeyType)
    77 void CFindRepositoryWatcher::ConstructL(CCenRepNotifyHandler::TCenRepKeyType aKeyType)
    74     {
    78     {