supl/locationsuplfw/gateway/src/epos_csuplsessionretryq.cpp
branchRCL_3
changeset 19 02ba3f1733c6
parent 18 d746aee05493
child 20 2b4ea9893b66
equal deleted inserted replaced
18:d746aee05493 19:02ba3f1733c6
   138 	
   138 	
   139 	
   139 	
   140 	if(iSessionCount == 0 && iSessionRequests.Count() > 0)
   140 	if(iSessionCount == 0 && iSessionRequests.Count() > 0)
   141 		{
   141 		{
   142 		DEBUG_TRACE("Re-issuing request straight away", __LINE__)
   142 		DEBUG_TRACE("Re-issuing request straight away", __LINE__)
   143 		After(KSmallDelay);
   143 		if( !IsActive() )
       
   144 		    After(KSmallDelay);
   144 		}
   145 		}
   145 	// If a connection just closed remember the time-stamp so later it can be decided when to re-issue
   146 	// If a connection just closed remember the time-stamp so later it can be decided when to re-issue
   146 	iSomeSessionEnded = ETrue;
   147 	iSomeSessionEnded = ETrue;
   147 	iTimeOfLastEndedSession.UniversalTime();
   148 	iTimeOfLastEndedSession.UniversalTime();
   148 	}
   149 	}