cellular/telephonysettings/src/PsetNetwork.cpp
branchRCL_3
changeset 56 2735883dd3f6
parent 44 987c9837762f
equal deleted inserted replaced
47:0a6dd2dc9970 56:2735883dd3f6
   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                         
       
   349                     array->AppendL( iTempNetInfo );
   343                     array->AppendL( iTempNetInfo );
   350                     i++;       
   344                     i++;       
   351                     }
   345                     }
   352                 CleanupStack::PopAndDestroy( results );
   346                 CleanupStack::PopAndDestroy( results );
   353                 results = NULL;
   347                 results = NULL;