ccservices/cmsservices/cmsengine/inc/cmscontact.h
branchRCL_3
changeset 14 81f8547efd4f
parent 0 e686773b3f54
child 64 c1e8ba0c2b16
--- a/ccservices/cmsservices/cmsengine/inc/cmscontact.h	Fri Feb 19 22:40:27 2010 +0200
+++ b/ccservices/cmsservices/cmsengine/inc/cmscontact.h	Fri Mar 12 15:41:25 2010 +0200
@@ -207,6 +207,20 @@
         IMPORT_C TInt GetContactActionFieldCount(
             VPbkFieldTypeSelectorFactory::TVPbkContactActionTypeSelector aContactAction);
         
+		/**
+     	 * Checks whether the Current contact is top contact.
+     	 *
+     	 * @return ETrue if Contact is a top contact, otherwise EFalse 
+     	 */
+        IMPORT_C TBool IsTopContact();
+		
+		/**
+         * Set default attribute for voice call  
+         * 
+         * @param aStatus TRequestStatus& aStatus
+         */
+        IMPORT_C void SetVoiceCallDefault( TRequestStatus& aStatus ) const;
+        
     public:
         
         /**