supl/locationomasuplprotocolhandler/protocolhandlerver2/src/epos_comasupletelnotifier.cpp
branchRCL_3
changeset 44 2b4ea9893b66
parent 4 42de37ce7ce4
child 45 6b6920c56e2f
equal deleted inserted replaced
42:02ba3f1733c6 44:2b4ea9893b66
   135     if( !IsActive() )
   135     if( !IsActive() )
   136     	{
   136     	{
   137     	iCellMode = EOMASuplCellIdCurrent;
   137     	iCellMode = EOMASuplCellIdCurrent;
   138     	iPhone.GetCurrentNetwork( iStatus, iNetworkInfoPkg, iLocationInfo );
   138     	iPhone.GetCurrentNetwork( iStatus, iNetworkInfoPkg, iLocationInfo );
   139     	SetActive();  
   139     	SetActive();  
   140     	}        
   140     	}                  
   141     }  
   141     }  
   142 
   142 
   143 // -----------------------------------------------------------------------------
   143 // -----------------------------------------------------------------------------
   144 // COMASuplETelNotifier::CheckForRoaming,For retriving the cell id information
   144 // COMASuplETelNotifier::CheckForRoaming,For retriving the cell id information
   145 // (other items were commented in a header).
   145 // (other items were commented in a header).
   151     if( !IsActive() )
   151     if( !IsActive() )
   152     	{
   152     	{
   153     	iCellMode = EOMASuplCellIdNotify;
   153     	iCellMode = EOMASuplCellIdNotify;
   154     	iPhone.NotifyCurrentNetworkChange( iStatus, iNetworkInfoPkg, iLocationInfo );
   154     	iPhone.NotifyCurrentNetworkChange( iStatus, iNetworkInfoPkg, iLocationInfo );
   155     	SetActive();   
   155     	SetActive();   
   156     	}       
   156     	}                
   157     }  
   157     }  
   158       
   158       
   159 // -----------------------------------------------------------------------------
   159 // -----------------------------------------------------------------------------
   160 // COMASuplETelNotifier::RunL
   160 // COMASuplETelNotifier::RunL
   161 // (other items were commented in a header).
   161 // (other items were commented in a header).