windowing/windowserver/nga/CLIENT/WSGRAPHIC.CPP
changeset 168 2bd88482bfe5
parent 152 9f1c3fea0f87
--- a/windowing/windowserver/nga/CLIENT/WSGRAPHIC.CPP	Wed Aug 18 11:05:09 2010 +0300
+++ b/windowing/windowserver/nga/CLIENT/WSGRAPHIC.CPP	Thu Sep 02 21:50:40 2010 +0300
@@ -232,6 +232,7 @@
 	User::LeaveIfError(Connect());
 	iBuffer->SetWsGraphicManager(this);
 	CActiveScheduler::Add(this);
+	// coverity[negative_returns]
 	iFlusher = CIdle::NewL(CActive::EPriorityIdle);
 	}