windowing/windowserver/inc/WSGRAPHICDRAWERARRAY.H
branchNewGraphicsArchitecture
changeset 27 525ea837ea6b
parent 18 5e30ef2e26cb
equal deleted inserted replaced
24:61720828305f 27:525ea837ea6b
    27 @publishedPartner
    27 @publishedPartner
    28 @released
    28 @released
    29 */	{
    29 */	{
    30 public:
    30 public:
    31 	//Placeholder for transacion record
    31 	//Placeholder for transacion record
    32 	class XRollBackBase;
    32 	struct XRollBackBase;
    33 	
    33 	
    34 	//transactional manipulation methods that are deprecated because they leak 
    34 	//transactional manipulation methods that are deprecated because they leak 
    35 	IMPORT_C void AddLC(CWsGraphicDrawer* aDrawer);
    35 	IMPORT_C void AddLC(CWsGraphicDrawer* aDrawer);
    36 	IMPORT_C TInt SwapLC(CWsGraphicDrawer* aDrawer);
    36 	IMPORT_C TInt SwapLC(CWsGraphicDrawer* aDrawer);
    37 	
    37