windowing/windowserver/nga/CLIENT/WSGRAPHIC.CPP
changeset 168 2bd88482bfe5
parent 152 9f1c3fea0f87
equal deleted inserted replaced
152:9f1c3fea0f87 168:2bd88482bfe5
   230 void CWsGraphic::CManager::ConstructL()
   230 void CWsGraphic::CManager::ConstructL()
   231 	{
   231 	{
   232 	User::LeaveIfError(Connect());
   232 	User::LeaveIfError(Connect());
   233 	iBuffer->SetWsGraphicManager(this);
   233 	iBuffer->SetWsGraphicManager(this);
   234 	CActiveScheduler::Add(this);
   234 	CActiveScheduler::Add(this);
       
   235 	// coverity[negative_returns]
   235 	iFlusher = CIdle::NewL(CActive::EPriorityIdle);
   236 	iFlusher = CIdle::NewL(CActive::EPriorityIdle);
   236 	}
   237 	}
   237 
   238 
   238 void CWsGraphic::CManager::Inc()
   239 void CWsGraphic::CManager::Inc()
   239 	{
   240 	{