contentstorage/caclient/stub/inc/canotifiers.h
changeset 66 32469d7d46ff
parent 60 f62f87b200ec
child 73 4bc7b118b3df
equal deleted inserted replaced
61:8e5041d13c84 66:32469d7d46ff
    36     static void removeNotifier(const CaNotifierFilter *notifierFilter,
    36     static void removeNotifier(const CaNotifierFilter *notifierFilter,
    37                                CaNotifierPrivate::NotifierType notifierType);
    37                                CaNotifierPrivate::NotifierType notifierType);
    38 
    38 
    39     static void Notify(int groupId);
    39     static void Notify(int groupId);
    40 
    40 
       
    41     static void NotifyTouched(int id);
       
    42 
    41     static void Notify(const CaEntry &targetEntry,
    43     static void Notify(const CaEntry &targetEntry,
    42                        ChangeType changeType,
    44                        ChangeType changeType,
    43                        QList<int> &parentIds);
    45                        QList<int> &parentIds);
    44 
    46 
    45 private:
    47 private: