photosgallery/viewframework/medialists/inc/glximagereader.h
changeset 2 7d9067c6fcb1
parent 0 4e91876724a2
child 4 57d388cc48c1
equal deleted inserted replaced
1:9ba538e329bd 2:7d9067c6fcb1
    46     void RunL();
    46     void RunL();
    47 
    47 
    48 public:
    48 public:
    49     static CGlxImageReader* NewL(MImageReadyCallBack& aNotify);
    49     static CGlxImageReader* NewL(MImageReadyCallBack& aNotify);
    50     ~CGlxImageReader();
    50     ~CGlxImageReader();
    51     TBool HasDRMRightsL();
    51     TInt GetDRMRightsL(TInt aAttribute);
    52 
    52 
    53 private:
    53 private:
    54     MImageReadyCallBack&                iNotify;
    54     MImageReadyCallBack&                iNotify;
    55     CImageDecoder*                      iImageDecoder;
    55     CImageDecoder*                      iImageDecoder;
    56     CFbsBitmap*                         iFrame;
    56     CFbsBitmap*                         iFrame;