contentstorage/caclient/stub/inc/canotifiers.h
changeset 92 782e3408c2ab
parent 87 9d806967057c
child 93 82b66994846c
equal deleted inserted replaced
91:a6d55a2e75be 92:782e3408c2ab
    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: