diff -r 71da52165949 -r ce1c7ad1f18b photosgallery/controllers/imageviewer/inc/glximageviewermanager.h --- a/photosgallery/controllers/imageviewer/inc/glximageviewermanager.h Fri Mar 12 15:42:44 2010 +0200 +++ b/photosgallery/controllers/imageviewer/inc/glximageviewermanager.h Mon Mar 15 12:40:30 2010 +0200 @@ -22,6 +22,7 @@ // INCLUDES #include #include +#include // CLASS DECLARATION class RFile; @@ -49,6 +50,7 @@ IMPORT_C HBufC* ImageUri(); IMPORT_C RFile64& ImageFileHandle(); IMPORT_C TBool IsPrivate(); + IMPORT_C TBool IsPrivateGif(); IMPORT_C void DeleteInstance( void ); IMPORT_C void SetImageUriL(const TDesC& aFileName); IMPORT_C void SetImageFileHandleL(const RFile& aFileHandle); @@ -86,6 +88,13 @@ /// Flag that stores if the image file is in a private folder. /// ETrue means the image is private, else EFalse TBool iIsPrivate; + + /// Content Access Manager + ContentAccess::CManager* iManager; + + /// Flag that stores if the gif file is in a private folder. + /// ETrue means the gif is from private path, else EFalse + TBool iIsPrivateGif; }; #endif // GLXIMAGEVIEWERMANAGER_H