cellular/telephonysettings/src/PsetNetwork.cpp
branchRCL_3
changeset 18 594d59766373
parent 5 7237db0d9fca
child 19 7d48bed6ce0c
equal deleted inserted replaced
17:c58fd5f0c240 18:594d59766373
   338                         }
   338                         }
   339                     else
   339                     else
   340                         {
   340                         {
   341                         iTempNetInfo.iAccess = ENetNetworkGSM;
   341                         iTempNetInfo.iAccess = ENetNetworkGSM;
   342                         }
   342                         }
       
   343 
       
   344                     /** Implementation of forbidden operator icon begins */
       
   345                     // Set network status for displaying forbidden operator icon
       
   346                     iTempNetInfo.iStatus = static_cast<MPsetNetworkSelect::TNetworkStatus>( nwNames.iStatus );
       
   347                     /** Implementation of forbidden operator icon ends */
       
   348                         
   343                     array->AppendL( iTempNetInfo );
   349                     array->AppendL( iTempNetInfo );
   344                     i++;       
   350                     i++;       
   345                     }
   351                     }
   346                 CleanupStack::PopAndDestroy( results );
   352                 CleanupStack::PopAndDestroy( results );
   347                 results = NULL;
   353                 results = NULL;