--- a/lafagnosticuifoundation/cone/src/COEMAIN.CPP Thu Aug 19 10:11:06 2010 +0300
+++ b/lafagnosticuifoundation/cone/src/COEMAIN.CPP Tue Aug 31 15:28:30 2010 +0300
@@ -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,9 +231,6 @@
case KErrServerTerminated:
return;
default:
-#ifdef _DEBUG
- RDebug::Print( _L("CCoeEnv's iStatus = %d"), iStatus.Int() );
-#endif
Panic(ECoePanicWservBlindCommandFailed);
}
TWsEvent event;