emailservices/emailframework/inc/MFSMailBrandManager.h
branchRCL_3
changeset 10 f5907b1a1053
parent 8 e1b6206813b4
child 24 d189ee25cf9d
equal deleted inserted replaced
8:e1b6206813b4 10:f5907b1a1053
   140      * @return Error code
   140      * @return Error code
   141      */
   141      */
   142      virtual TInt GetGraphicIdsL( TFSBrandElement aElement,
   142      virtual TInt GetGraphicIdsL( TFSBrandElement aElement,
   143                                   const TFSMailMsgId& aMailboxId,
   143                                   const TFSMailMsgId& aMailboxId,
   144                                   TDes& aIconIds  ) = 0;
   144                                   TDes& aIconIds  ) = 0;
   145         
   145 
       
   146     /**
       
   147      * Returns branded graphic element of given type.
       
   148      *
       
   149      * @param aElementId brand element
       
   150      * @param aBrandId Domain of email address.     
       
   151      * @param aIconIds Icon path and ids
       
   152      *
       
   153      * @return Error code
       
   154      */
       
   155      virtual TInt GetGraphicIdsL( TFSBrandElement aElement,
       
   156                                   const TDesC& aBrandId,
       
   157                                   TDes& aIconIds  ) = 0;        
   146 };
   158 };
   147 
   159 
   148 
   160 
   149 #endif  // MFSMAILBRANDMANAGER_H
   161 #endif  // MFSMAILBRANDMANAGER_H