telephonyserver/etelserverandcore/SETEL/ET_PHONE.CPP
changeset 73 70d75957b98f
parent 44 8b72faa1200f
equal deleted inserted replaced
69:b982c3e940f3 73:70d75957b98f
   955 // request modes for the server, before calling the pure virtual Service in the class to do
   955 // request modes for the server, before calling the pure virtual Service in the class to do
   956 // the actual command.
   956 // the actual command.
   957 //
   957 //
   958 	{
   958 	{
   959 
   959 
   960 	OstTraceDef1(OST_TRACE_CATEGORY_DEBUG, TRACE_INTERNALS, CTELOBJECT_GENERALREQ_1, "CTelObject::GeneralReq - IPC=%d", aMessage.Function());
   960 	OstTraceDef1(OST_TRACE_CATEGORY_DEBUG, TRACE_INTERNALS, CTELOBJECT_GENERALREQ_1, "CTelObject::GeneralReq - IPC=%{TIPCNamesList}", aMessage.Function());
   961 	RECORD_IPC(aMessage,aSession,this,aFromFlowControlResume);
   961 	RECORD_IPC(aMessage,aSession,this,aFromFlowControlResume);
   962 	if (aFromFlowControlResume && !aFromFlowControlResume){	; } // avoid compiler warning when ETEL_RECORDER is not defined
   962 	if (aFromFlowControlResume && !aFromFlowControlResume){	; } // avoid compiler warning when ETEL_RECORDER is not defined
   963 	
   963 	
   964 	TInt type=aMessage.Int1();
   964 	TInt type=aMessage.Int1();
   965 	CReqEntry* reqEntry=NULL;
   965 	CReqEntry* reqEntry=NULL;
  1125 	__ASSERT_ALWAYS(updatedReqEntry!=NULL, Fault(EEtelFaultCompletionReceivedWithNoReqPackage));
  1125 	__ASSERT_ALWAYS(updatedReqEntry!=NULL, Fault(EEtelFaultCompletionReceivedWithNoReqPackage));
  1126 
  1126 
  1127 	TInt error = ResolveError(updatedReqEntry->iSession,aError);		// set error as either low or high byte
  1127 	TInt error = ResolveError(updatedReqEntry->iSession,aError);		// set error as either low or high byte
  1128 
  1128 
  1129 	ipc=updatedReqEntry->iFunction;
  1129 	ipc=updatedReqEntry->iFunction;
  1130 	OstTraceDefExt3(OST_TRACE_CATEGORY_DEBUG, TRACE_BORDER, CTELOBJECT_REQCOMPLETED_1, "CTelObject::ReqCompleted, IPC=%d, TsyHandle=%d, Error=%d", ipc, aTsyReqHandle, aError);
  1130 	OstTraceDefExt3(OST_TRACE_CATEGORY_DEBUG, TRACE_BORDER, CTELOBJECT_REQCOMPLETED_1, "CTelObject::ReqCompleted, IPC=%{TIPCNamesList}, TsyHandle=%d, Error=%{TSymbianErrorCodes}", (TUint)ipc, aTsyReqHandle, aError);
  1131 
  1131 
  1132 	TReqMode reqMode = updatedReqEntry->iReqMode;
  1132 	TReqMode reqMode = updatedReqEntry->iReqMode;
  1133 	TBool ret=EFalse;
  1133 	TBool ret=EFalse;
  1134 	if (error!=KErrCancel)
  1134 	if (error!=KErrCancel)
  1135 		{
  1135 		{