equal
deleted
inserted
replaced
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 |