windowing/windowserver/inc/WSGRAPHICDRAWERARRAY.H
changeset 36 01a6848ebfd7
parent 0 5d03bc08d59c
equal deleted inserted replaced
0:5d03bc08d59c 36:01a6848ebfd7
    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