syncmlfw/ds/syncagent/src/nsmldsnetmon.cpp
branchRCL_3
changeset 26 19bba8228ff0
parent 25 b183ec05bd8c
equal deleted inserted replaced
25:b183ec05bd8c 26:19bba8228ff0
   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->iAllowAutoRestart ) )
   224         (iDSAgent->iNetmonAPBearerType == EApBearerTypeGPRS ||
       
   225 	              iDSAgent->iNetmonAPBearerType == EApBearerTypeCDMA) )
   225 	    
   226 	    
   226 	{
   227 	{
   227 		switch(aEvent.ConnectionId())
   228 		switch(aEvent.ConnectionId())
   228 	 	{
   229 	 	{
   229 	 		case EBearerIdGPRS:
   230 	 		case EBearerIdGPRS: