phonebookengines/cntlistmodel/inc/cntcache.h
changeset 46 efe85016a067
parent 40 b46a585f6909
child 47 7cbcb2896f0e
--- a/phonebookengines/cntlistmodel/inc/cntcache.h	Fri Jun 11 13:29:23 2010 +0300
+++ b/phonebookengines/cntlistmodel/inc/cntcache.h	Wed Jun 23 18:02:44 2010 +0300
@@ -75,6 +75,8 @@
  */
 class CntCache : public QObject
 {
+    friend class TestCntCache;
+    friend class TestCntListModel;
     Q_OBJECT
 public:
     static CntCache* instance();
@@ -101,6 +103,7 @@
     void onNewIcon(const QString& iconName, const HbIcon& icon);
     void onIconCancelled(const QString& iconName);
     void onShutdown();
+    void updateContactsInCache(const QList<QContactLocalId>& contactIds);
     void removeContactsFromCache(const QList<QContactLocalId>& contactIds);
     void scheduleOneReadAheadItem();