supl/locationomasuplprotocolhandler/protocolhandlerver2/src/epos_comasuplsession2.cpp
branchRCL_3
changeset 4 42de37ce7ce4
parent 0 667063e416a2
child 16 6fcbaa43369c
child 20 82ee1f804b63
equal deleted inserted replaced
1:788b770ce3ae 4:42de37ce7ce4
  5552 //  
  5552 //  
  5553 // 
  5553 // 
  5554 // -----------------------------------------------------------------------------
  5554 // -----------------------------------------------------------------------------
  5555 void COMASuplSession::RemoveActiveSession()
  5555 void COMASuplSession::RemoveActiveSession()
  5556     {
  5556     {
       
  5557     			if (iTrace)
  5557     			iTrace->Trace(_L("Removing Trigger Session from DB..."), KTraceFileName, __LINE__); 
  5558     			iTrace->Trace(_L("Removing Trigger Session from DB..."), KTraceFileName, __LINE__); 
  5558     			//may need to reset the iActiveSessionId to 0 so that self deletion event will not come to same session...
  5559     			//may need to reset the iActiveSessionId to 0 so that self deletion event will not come to same session...
  5559     			TInt err = iSuplStorageSettings->DeleteSessionRecord(iSETSessionUniqueId);
  5560     			TInt err = iSuplStorageSettings->DeleteSessionRecord(iSETSessionUniqueId);
  5560     }
  5561     }
  5561     
  5562