uiacceltk/hitchcock/Client/src/alfdrawer.cpp
branchRCL_3
changeset 20 31fccae4f8a7
parent 19 e5af45d51884
equal deleted inserted replaced
19:e5af45d51884 20:31fccae4f8a7
    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  */