lafagnosticuifoundation/cone/src/COEMAIN.CPP
branchRCL_3
changeset 56 d48ab3b357f1
parent 55 aecbbf00d063
equal deleted inserted replaced
55:aecbbf00d063 56:d48ab3b357f1
    19 #include <coemain.h>
    19 #include <coemain.h>
    20 #include "coepriv.h"
    20 #include "coepriv.h"
    21 #include "COETLS.H"
    21 #include "COETLS.H"
    22 #include "COEFEP.H"		// class FepName
    22 #include "COEFEP.H"		// class FepName
    23 #include "coepanic.h"
    23 #include "coepanic.h"
    24 #include "COEVER.H"
    24 #include "coever.h"
    25 #include <coecntrl.h>
    25 #include <coecntrl.h>
    26 #include <coeerror.h>
    26 #include <coeerror.h>
    27 #include "coeenvextra.h"
    27 #include "coeenvextra.h"
    28 #include <barsread.h>
    28 #include <barsread.h>
    29 #include <bautils.h>
    29 #include <bautils.h>
    30 #include <viewcli.h>
    30 #include <viewcli.h>
    31 #include <coeaui.h>
    31 #include <coeaui.h>
    32 #include <hal.h>
    32 #include <hal.h>
    33 #include "CoeDataStorage.h"
    33 #include "coedatastorage.h"
    34 #include <coefontprovider.h>
    34 #include <coefontprovider.h>
    35 #include <centralrepository.h>
    35 #include <centralrepository.h>
    36 #ifdef SYMBIAN_ENABLE_SPLIT_HEADERS
    36 #ifdef SYMBIAN_ENABLE_SPLIT_HEADERS
    37 #include <viewclipartner.h>
    37 #include <viewclipartner.h>
    38 #endif
    38 #endif
   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