uiacceltk/hitchcock/Client/src/alfdrawer.cpp
branchRCL_3
changeset 18 1801340c26a2
parent 7 88b23e2e82e1
child 19 e5af45d51884
equal deleted inserted replaced
17:c9d868f1e20c 18:1801340c26a2
    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  */