equal
deleted
inserted
replaced
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 { |