equal
deleted
inserted
replaced
49 TAlfDrawerDirectClient( RAlfDirectClient& aClient ); |
49 TAlfDrawerDirectClient( RAlfDirectClient& aClient ); |
50 TInt GetSizeAndRotation(TSize& aSize, TInt& aRotation); |
50 TInt GetSizeAndRotation(TSize& aSize, TInt& aRotation); |
51 TInt ReadPixels(CFbsBitmap* aBitmap); |
51 TInt ReadPixels(CFbsBitmap* aBitmap); |
52 |
52 |
53 private: |
53 private: |
54 RAlfDirectClient iClient; |
54 RAlfDirectClient& iClient; |
55 }; |
55 }; |
56 |
56 |
57 /** |
57 /** |
58 * Misc utility methods for CAlfDrawer. |
58 * Misc utility methods for CAlfDrawer. |
59 */ |
59 */ |