windowing/windowserver/nga/CLIENT/WSGRAPHIC.CPP
changeset 160 969102054596
parent 121 d72fc2aace31
equal deleted inserted replaced
138:7652d902218f 160:969102054596
   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 	{