phonebookui/pbkcommonui/inc/cntcontactcardview.h
changeset 53 e6aff7b69165
parent 40 b46a585f6909
child 61 d30183af6ca6
--- a/phonebookui/pbkcommonui/inc/cntcontactcardview.h	Wed Jul 21 11:37:51 2010 +0300
+++ b/phonebookui/pbkcommonui/inc/cntcontactcardview.h	Fri Jul 23 12:43:48 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);