lafagnosticuifoundation/cone/src/COEMAIN.CPP
branchRCL_3
changeset 51 fcdfafb36fe7
parent 0 2f259fa3e83a
child 55 aecbbf00d063
equal deleted inserted replaced
50:a1caeb42b3a3 51:fcdfafb36fe7
   229 		break;
   229 		break;
   230 	case KErrCancel:
   230 	case KErrCancel:
   231 	case KErrServerTerminated:
   231 	case KErrServerTerminated:
   232 		return;
   232 		return;
   233 	default:
   233 	default:
       
   234 #ifdef _DEBUG
       
   235 	    RDebug::Print( _L("CCoeEnv's iStatus = %d"), iStatus.Int() );
       
   236 #endif
   234 		Panic(ECoePanicWservBlindCommandFailed);
   237 		Panic(ECoePanicWservBlindCommandFailed);
   235 		}
   238 		}
   236 	TWsEvent event;
   239 	TWsEvent event;
   237 	iWsSession.GetEvent(event);
   240 	iWsSession.GetEvent(event);
   238 	RequestEventNotification();		//Request now so that WSERV has time to respond (on SMP systems) before the return to the Active Scheduler
   241 	RequestEventNotification();		//Request now so that WSERV has time to respond (on SMP systems) before the return to the Active Scheduler