photosgallery/controllers/imageviewer/inc/glximageviewermanager.h
branchRCL_3
changeset 12 ce1c7ad1f18b
parent 4 57d388cc48c1
child 17 a60acebbbd9d
--- 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 <e32std.h>
 #include <e32base.h>
+#include <caf/manager.h>
 
 // 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