supl/locationsuplfw/gateway/src/epos_csuplsessionretryq.cpp
branchRCL_3
changeset 44 2b4ea9893b66
parent 42 02ba3f1733c6
child 45 6b6920c56e2f
equal deleted inserted replaced
42:02ba3f1733c6 44:2b4ea9893b66
   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 		if( !IsActive() )
   143 		After(KSmallDelay);
   144 		    After(KSmallDelay);
       
   145 		}
   144 		}
   146 	// If a connection just closed remember the time-stamp so later it can be decided when to re-issue
   145 	// If a connection just closed remember the time-stamp so later it can be decided when to re-issue
   147 	iSomeSessionEnded = ETrue;
   146 	iSomeSessionEnded = ETrue;
   148 	iTimeOfLastEndedSession.UniversalTime();
   147 	iTimeOfLastEndedSession.UniversalTime();
   149 	}
   148 	}