phonebookui/pbkcommonui/inc/cntactionmenubuilder.h
changeset 37 fd64c38c277d
parent 31 2a11b5b00470
child 47 7cbcb2896f0e
--- a/phonebookui/pbkcommonui/inc/cntactionmenubuilder.h	Fri May 14 15:42:23 2010 +0300
+++ b/phonebookui/pbkcommonui/inc/cntactionmenubuilder.h	Thu May 27 12:45:19 2010 +0300
@@ -37,7 +37,7 @@
     ~CntActionMenuBuilder();
     
 public:
-    HbMenu* actionMenu( QContact& aContact );
+    HbMenu* actionMenu( QContact& aContact, QContactLocalId myCardId );
     
 public:
     HbMenu* buildActionMenu( QContact& aContact );
@@ -65,6 +65,8 @@
     void createCallAction( HbMenu& aMenu, QContact& aContact );
     void createMessageAction( HbMenu& aMenu, QContact& aContact );
     void createEmailAction( HbMenu& aMenu, QContact& aContact );
+    bool isSupportedDetails( const QString &actionName, const QContact &contact );
+
 private:
     QContactLocalId iMyCardId;
     QContact* mContact;