syncmlfw/ds/syncagent/src/nsmldsnetmon.cpp
changeset 46 c15b68295419
parent 0 b497e44ab2fc
child 54 085438c28042
equal deleted inserted replaced
40:588ad05716be 46:c15b68295419
   219    DBG_FILE_CODE(eventNetworkStatus->NetworkStatus(), _S8("The Network Status is:"));
   219    DBG_FILE_CODE(eventNetworkStatus->NetworkStatus(), _S8("The Network Status is:"));
   220    DBG_FILE_CODE(eventConnectionStatus->ConnectionStatus(), _S8("The Connection Status is:"));
   220    DBG_FILE_CODE(eventConnectionStatus->ConnectionStatus(), _S8("The Connection Status is:"));
   221 
   221 
   222     //Fix for BPSS-7GBGV7
   222     //Fix for BPSS-7GBGV7
   223     if( iDSAgent->IsSyncClientInitiated() && 
   223     if( iDSAgent->IsSyncClientInitiated() && 
   224         (iDSAgent->iNetmonAPBearerType == EApBearerTypeGPRS ||
   224         (iDSAgent->iAllowAutoRestart ) )
   225 	              iDSAgent->iNetmonAPBearerType == EApBearerTypeCDMA) )
       
   226 	    
   225 	    
   227 	{
   226 	{
   228 		switch(aEvent.ConnectionId())
   227 		switch(aEvent.ConnectionId())
   229 	 	{
   228 	 	{
   230 	 		case EBearerIdGPRS:
   229 	 		case EBearerIdGPRS: