equal
deleted
inserted
replaced
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; |