windowing/windowserver/inc/W32STDGRAPHIC.H
branchGCC_SURGE
changeset 101 8b609b439da2
parent 0 5d03bc08d59c
equal deleted inserted replaced
100:16dccf7ef352 101:8b609b439da2
    78 	IMPORT_C TInt UnShareGlobally();
    78 	IMPORT_C TInt UnShareGlobally();
    79 	IMPORT_C TInt Share(TSecureId aClientId);
    79 	IMPORT_C TInt Share(TSecureId aClientId);
    80 	IMPORT_C TInt UnShare(TSecureId aClientId);
    80 	IMPORT_C TInt UnShare(TSecureId aClientId);
    81 private:
    81 private:
    82 	CWsGraphicBitmap();
    82 	CWsGraphicBitmap();
    83 	void HandleMessage(const TDesC8& aData);
    83 	IMPORT_C void HandleMessage(const TDesC8& aData);
    84 	void OnReplace();
    84 	IMPORT_C void OnReplace();
    85 };
    85 };
    86 
    86 
    87 NONSHARABLE_CLASS(CWsGraphicBitmapAnimation): public CWsGraphic
    87 NONSHARABLE_CLASS(CWsGraphicBitmapAnimation): public CWsGraphic
    88 /** Client representation of a window-server-side CFbsBitmap owned by this Client
    88 /** Client representation of a window-server-side CFbsBitmap owned by this Client
    89 
    89