phonebookui/pbkcommonui/inc/cntpresencelistener.h
changeset 65 ae724a111993
parent 59 a642906a277a
--- a/phonebookui/pbkcommonui/inc/cntpresencelistener.h	Wed Aug 18 09:39:00 2010 +0300
+++ b/phonebookui/pbkcommonui/inc/cntpresencelistener.h	Thu Sep 02 20:16:15 2010 +0300
@@ -43,10 +43,10 @@
     Q_OBJECT
     
 public:
-    CntPresenceListener(const QContact& contact, QObject* parent = NULL);
+    CntPresenceListener(QObject* parent = NULL);
     ~CntPresenceListener();
     
-    QMap<QString, bool> initialPresences(bool &combinedOnlineStatus);
+    QMap<QString, bool> initialPresences(const QContact& contact, bool &combinedOnlineStatus);
     
 private slots:
     void handlePresenceUpdate(bool aSuccess, PrcPresenceBuddyInfoQt* aPresenceBuddyInfo);
@@ -63,9 +63,6 @@
 private:
     PrcPresenceReader*  mReader; // own
     QStringList         mAccountList;
-    
-    const QContact&     mContact;
-    
 };
 
 #endif // CNTPRESENCELISTENER_H