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