emailservices/emailserver/cmailhandlerplugin/inc/cmailcpssettings.h
branchRCL_3
changeset 13 8592a65ad3fb
parent 10 f5907b1a1053
child 14 b13141f05c3d
--- a/emailservices/emailserver/cmailhandlerplugin/inc/cmailcpssettings.h	Wed Mar 31 21:08:33 2010 +0300
+++ b/emailservices/emailserver/cmailhandlerplugin/inc/cmailcpssettings.h	Wed Apr 14 15:42:15 2010 +0300
@@ -102,13 +102,6 @@
     void RemoveMailboxL( const TFSMailMsgId aMailbox );
 
     /**
-     * Removes mailbox from widget settings
-     * @param aIndex refers to index in mailbox array that is returned by
-     *        CMailCpsSettings::Mailboxes()
-     */
-    void RemoveMailboxL( const TInt aIndex );
-
-    /**
      * Gets maximum row count
      * @return maximum row count
      */
@@ -188,6 +181,13 @@
      *
      */    
     TBool GetNewMailState( const TFSMailMsgId& aMailBox );
+
+    /**
+     * Find next free CenRep key to store setting.
+     * @param aContentId Id of widget instance
+     * @return true if account is associated to content id, false if not
+     */    
+    TBool Associated( const TDesC& aContentId );
     
 protected:
     /**