--- a/windowing/windowserver/nga/CLIENT/WSGRAPHIC.CPP Tue Aug 31 16:31:06 2010 +0300
+++ b/windowing/windowserver/nga/CLIENT/WSGRAPHIC.CPP Wed Sep 01 12:39:21 2010 +0100
@@ -20,7 +20,7 @@
#include "w32comm.h"
#include "CLIENT.H"
#include <s32mem.h>
-#include <graphics/WSGRAPHICDRAWERINTERFACE.H>
+#include <Graphics/WSGRAPHICDRAWERINTERFACE.H>
NONSHARABLE_STRUCT(CWsGraphic::CPimpl): public CBase, public MWsClientClass
/** @internalComponent @released */
@@ -232,7 +232,6 @@
User::LeaveIfError(Connect());
iBuffer->SetWsGraphicManager(this);
CActiveScheduler::Add(this);
- // coverity[negative_returns]
iFlusher = CIdle::NewL(CActive::EPriorityIdle);
}