predictivesearch/PcsAlgorithm/Algorithm2/src/chinesefindutils.cpp
branchRCL_3
changeset 85 38bb213f60ba
parent 63 f4a778e096c2
equal deleted inserted replaced
74:6b5524b4f673 85:38bb213f60ba
    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), 
    69     iUid(aUid), iKey(aKey), iCallBack(aCallBack), iRepository(aRepository)
    70     iKey(aKey), 
       
    71     iChangedKey(NCentralRepositoryConstants::KInvalidNotificationId), 
       
    72     iCallBack(aCallBack), 
       
    73     iRepository(aRepository)
       
    74     {
    70     {
    75     }
    71     }
    76 
    72 
    77 void CFindRepositoryWatcher::ConstructL(CCenRepNotifyHandler::TCenRepKeyType aKeyType)
    73 void CFindRepositoryWatcher::ConstructL(CCenRepNotifyHandler::TCenRepKeyType aKeyType)
    78     {
    74     {