supl/locationomasuplprotocolhandler/protocolhandlerver2/src/epos_comasuplinitstate.cpp
branchRCL_3
changeset 44 2b4ea9893b66
parent 23 5944cae565c9
child 45 6b6920c56e2f
equal deleted inserted replaced
42:02ba3f1733c6 44:2b4ea9893b66
   381 			// asynchronous call with callback function HandleVerifyComplete.
   381 			// asynchronous call with callback function HandleVerifyComplete.
   382 			// Argument CPosNetworkPrivacy::EDecisionRejected is to show to the user 
   382 			// Argument CPosNetworkPrivacy::EDecisionRejected is to show to the user 
   383 			// what decision the GSM Network will make if the user won't answer before 
   383 			// what decision the GSM Network will make if the user won't answer before 
   384 			// a timeout comes in from GSM Network. In this case verification will 
   384 			// a timeout comes in from GSM Network. In this case verification will 
   385 			// be rejected.
   385 			// be rejected.
   386 			iNetworkPrivacy->VerifyLocationRequestL(*suplReqInfo, 
   386 			TRAP_IGNORE(iNetworkPrivacy->VerifyLocationRequestL(*suplReqInfo, 
   387 				iGSMRequestId, *this, aTimeOutStrategy);
   387 				iGSMRequestId, *this, aTimeOutStrategy);)
   388 	        TBuf<64> msg;
   388 	        TBuf<64> msg;
   389 	        msg.Copy(_L("Privacy Fw Generated Verification Request id : "));
   389 	        msg.Copy(_L("Privacy Fw Generated Verification Request id : "));
   390 	        msg.AppendNum(iGSMRequestId);
   390 	        msg.AppendNum(iGSMRequestId);
   391 	        iTrace->Trace(msg, KTraceFileName, __LINE__);       
   391 	        iTrace->Trace(msg, KTraceFileName, __LINE__);       
   392 
   392