datacommsserver/networkingdialogapi/src/ND_DLGSL.CPP
changeset 22 592244873960
parent 0 dfb7c4ff071f
equal deleted inserted replaced
5:68ef71f0cd72 22:592244873960
   309 		
   309 		
   310 		CleanupStack::Pop(ptrIapRecord);
   310 		CleanupStack::Pop(ptrIapRecord);
   311 		}
   311 		}
   312 
   312 
   313 	TBuf<KCommsDbSvrDefaultTextFieldLength> tmpBuffer;
   313 	TBuf<KCommsDbSvrDefaultTextFieldLength> tmpBuffer;
       
   314     // coverity[var_deref_model] - ptrIapRecord guaranteed initialised by RecordFactoryL
   314 	tmpBuffer = ptrIapRecord->iRecordName;
   315 	tmpBuffer = ptrIapRecord->iRecordName;
   315 	iAgentDialogInput.iLabel.Format(KSelectPrompt,&tmpBuffer);
   316 	iAgentDialogInput.iLabel.Format(KSelectPrompt,&tmpBuffer);
   316 	iAgentDialogInput.iDialog = ENoYesDialog;
   317 	iAgentDialogInput.iDialog = ENoYesDialog;
   317 	StartNotifierAndGetResponse();
   318 	StartNotifierAndGetResponse();
   318 	}
   319 	}