lafagnosticuifoundation/cone/src/COEMAIN.CPP
branchRCL_3
changeset 56 d48ab3b357f1
parent 55 aecbbf00d063
--- a/lafagnosticuifoundation/cone/src/COEMAIN.CPP	Tue Aug 31 15:28:30 2010 +0300
+++ b/lafagnosticuifoundation/cone/src/COEMAIN.CPP	Wed Sep 01 12:16:19 2010 +0100
@@ -21,7 +21,7 @@
 #include "COETLS.H"
 #include "COEFEP.H"		// class FepName
 #include "coepanic.h"
-#include "COEVER.H"
+#include "coever.h"
 #include <coecntrl.h>
 #include <coeerror.h>
 #include "coeenvextra.h"
@@ -30,7 +30,7 @@
 #include <viewcli.h>
 #include <coeaui.h>
 #include <hal.h>
-#include "CoeDataStorage.h"
+#include "coedatastorage.h"
 #include <coefontprovider.h>
 #include <centralrepository.h>
 #ifdef SYMBIAN_ENABLE_SPLIT_HEADERS
@@ -231,6 +231,9 @@
 	case KErrServerTerminated:
 		return;
 	default:
+#ifdef _DEBUG
+	    RDebug::Print( _L("CCoeEnv's iStatus = %d"), iStatus.Int() );
+#endif
 		Panic(ECoePanicWservBlindCommandFailed);
 		}
 	TWsEvent event;