emailservices/emailframework/commonlib/src/CFSMailBox.cpp
branchRCL_3
changeset 20 efd4f1afd43e
parent 18 6b8f3b30d0ec
equal deleted inserted replaced
18:6b8f3b30d0ec 20:efd4f1afd43e
   346 // CFSMailBox::GetBrandingIdL
   346 // CFSMailBox::GetBrandingIdL
   347 // -----------------------------------------------------------------------------
   347 // -----------------------------------------------------------------------------
   348 EXPORT_C TDesC& CFSMailBox::GetBrandingIdL( )
   348 EXPORT_C TDesC& CFSMailBox::GetBrandingIdL( )
   349 {
   349 {
   350     FUNC_LOG;
   350     FUNC_LOG;
       
   351 	if ( CFSMailPlugin* plugin = iRequestHandler->GetPluginByUid( GetId() ) )
       
   352         {
       
   353         TDesC& result = plugin->GetBrandingIdL( GetId() );
       
   354         return result;
       
   355         }
       
   356 
   351     return BrandingId();
   357     return BrandingId();
   352 }
   358 }
   353 
   359 
   354 // -----------------------------------------------------------------------------
   360 // -----------------------------------------------------------------------------
   355 // CFSMailBox::MoveMessagesL
   361 // CFSMailBox::MoveMessagesL