supl/locationomasuplprotocolhandler/protocolhandlerver2/src/epos_comasuplinitstate.cpp
branchRCL_3
changeset 49 10852b179f64
parent 45 6b6920c56e2f
child 55 ea98413ce11f
equal deleted inserted replaced
47:fce0ae2e4223 49:10852b179f64
   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