servicewidget/servicewidgetdatapublisher/src/cservicewidgetbrandhandler.cpp
branchRCL_3
changeset 32 ffa4311257f6
parent 0 5e5d6b214f4f
equal deleted inserted replaced
30:2b4be3554d30 32:ffa4311257f6
   193     {
   193     {
   194     CGulIcon* gulIcon = NULL ;
   194     CGulIcon* gulIcon = NULL ;
   195     //Fetching bitmaps from the server. 
   195     //Fetching bitmaps from the server. 
   196     if(!iBrandingAccess)
   196     if(!iBrandingAccess)
   197         {
   197         {
   198         PrepareBrandingAccess();    
   198         User::LeaveIfError(PrepareBrandingAccess());    
   199         }
   199         }
   200     
   200     
   201     // EWSonline has to be at 0th in enums
   201     // EWSonline has to be at 0th in enums
   202     for(TInt index  = EWSOnline; index < EWSLast; index++ )
   202     for(TInt index  = EWSOnline; index < EWSLast; index++ )
   203         {
   203         {