emailservices/emailframework/inc/MFSMailBrandManager.h
branchRCL_3
changeset 10 f5907b1a1053
parent 8 e1b6206813b4
child 24 d189ee25cf9d
--- a/emailservices/emailframework/inc/MFSMailBrandManager.h	Fri Feb 19 22:37:30 2010 +0200
+++ b/emailservices/emailframework/inc/MFSMailBrandManager.h	Fri Mar 12 15:41:14 2010 +0200
@@ -142,7 +142,19 @@
      virtual TInt GetGraphicIdsL( TFSBrandElement aElement,
                                   const TFSMailMsgId& aMailboxId,
                                   TDes& aIconIds  ) = 0;
-        
+
+    /**
+     * Returns branded graphic element of given type.
+     *
+     * @param aElementId brand element
+     * @param aBrandId Domain of email address.     
+     * @param aIconIds Icon path and ids
+     *
+     * @return Error code
+     */
+     virtual TInt GetGraphicIdsL( TFSBrandElement aElement,
+                                  const TDesC& aBrandId,
+                                  TDes& aIconIds  ) = 0;        
 };