phonebookui/pbkcommonui/inc/cntcontactcardview.h
changeset 59 a642906a277a
parent 40 b46a585f6909
child 61 d30183af6ca6
--- a/phonebookui/pbkcommonui/inc/cntcontactcardview.h	Tue Jul 06 14:05:47 2010 +0300
+++ b/phonebookui/pbkcommonui/inc/cntcontactcardview.h	Wed Aug 18 09:39:00 2010 +0300
@@ -38,12 +38,13 @@
     Q_OBJECT
     
 public:
-    CntContactCardView();
+    CntContactCardView(bool isTemporary = false);
     ~CntContactCardView();
   
 signals:
     void backPressed();  
     void viewActivated(CntAbstractViewManager* aMgr, const CntViewParameters aArgs);
+    void addToContacts();
     
 public: // From CntAbstractView
     void activate(CntAbstractViewManager* aMgr, const CntViewParameters aArgs);