windowing/windowserver/nga/CLIENT/WSGRAPHIC.CPP
branchRCL_3
changeset 163 bbf46f59e123
parent 0 5d03bc08d59c
child 164 25ffed67c7ef
equal deleted inserted replaced
150:57c618273d5c 163:bbf46f59e123
    18 #include <w32std.h>
    18 #include <w32std.h>
    19 #include "../SERVER/w32cmd.h"
    19 #include "../SERVER/w32cmd.h"
    20 #include "w32comm.h"
    20 #include "w32comm.h"
    21 #include "CLIENT.H"
    21 #include "CLIENT.H"
    22 #include <s32mem.h>
    22 #include <s32mem.h>
    23 #include <Graphics/WSGRAPHICDRAWERINTERFACE.H>
    23 #include <graphics/WSGRAPHICDRAWERINTERFACE.H>
    24 
    24 
    25 NONSHARABLE_STRUCT(CWsGraphic::CPimpl): public CBase, public MWsClientClass
    25 NONSHARABLE_STRUCT(CWsGraphic::CPimpl): public CBase, public MWsClientClass
    26 /** @internalComponent @released */
    26 /** @internalComponent @released */
    27 	{
    27 	{
    28 	friend class CWsGraphic;
    28 	friend class CWsGraphic;
   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 	{