windowing/windowserver/nga/CLIENT/WSGRAPHIC.CPP
branchRCL_3
changeset 163 bbf46f59e123
parent 0 5d03bc08d59c
child 164 25ffed67c7ef
--- a/windowing/windowserver/nga/CLIENT/WSGRAPHIC.CPP	Thu Aug 19 11:11:18 2010 +0300
+++ b/windowing/windowserver/nga/CLIENT/WSGRAPHIC.CPP	Tue Aug 31 16:31:06 2010 +0300
@@ -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,6 +232,7 @@
 	User::LeaveIfError(Connect());
 	iBuffer->SetWsGraphicManager(this);
 	CActiveScheduler::Add(this);
+	// coverity[negative_returns]
 	iFlusher = CIdle::NewL(CActive::EPriorityIdle);
 	}