emailcontacts/contactactionservice/inc/cfscactionutils.h
branchRCL_3
changeset 80 726fba06891a
parent 70 968773a0b6ef
--- a/emailcontacts/contactactionservice/inc/cfscactionutils.h	Wed Sep 15 11:52:37 2010 +0300
+++ b/emailcontacts/contactactionservice/inc/cfscactionutils.h	Wed Oct 13 14:11:15 2010 +0300
@@ -20,7 +20,9 @@
 #define C_FSCACTIONUTILS_H
 
 #include <e32base.h>
+//<cmail>
 #include "mfscactionutils.h"
+//</cmail>
 #include <RPbkViewResourceFile.h>
 
 // FORWARD DECLARATIONS
@@ -236,6 +238,7 @@
      */
     TPtrC GetFileDirL( const TDesC& aFilePath );
     
+    // Fix for EMZG-7M23KX
     /**
      * Find and add resource file to the list maintained by CCoeEnv.
      * Resource file must be deleted (remove from the list) after usage.
@@ -243,26 +246,6 @@
      */
     TInt FindAndAddResourceFileL();
 
-    /**
-     * Helper method that appends a specific field to a buffer of contact 
-     * data.
-     * The method assumes that fsactionutils.rsc resource file has been
-     * already added to CCoeEnv before being called.
-     * 
-     * @param aContact         Buffer to which the field data is appended.
-     * @param aFieldResourceId Id of the field data (which is being added to
-     *                         contact buffer.
-     * @param aStoreContact    Reference to the contact in Phonebook store 
-     *                         from which the field data that is added to
-     *                         contact buffer is fetched.
-     * @param aAddSpace        Whether to add a whitespace before appending
-     *                         the field data to contact buffer.
-     */
-    void AppendFieldToContactL( TDes& aContact,
-            TInt aFieldResourceId,
-            MVPbkStoreContact& aStoreContact,
-            TBool aAddSpace = EFalse );
-    
 private:
     // Private members