photosgallery/controllers/imageviewer/inc/glximageviewermanager.h
branchRCL_3
changeset 75 01504893d9cb
parent 60 5b3385a43d68
--- a/photosgallery/controllers/imageviewer/inc/glximageviewermanager.h	Wed Sep 15 12:13:06 2010 +0300
+++ b/photosgallery/controllers/imageviewer/inc/glximageviewermanager.h	Wed Oct 13 14:32:09 2010 +0300
@@ -23,7 +23,7 @@
 #include <e32std.h>
 #include <e32base.h>
 #include <caf/manager.h>
-#include <imageconversion.h>
+
 // CLASS DECLARATION
 class RFile;
 class RFile64;
@@ -55,8 +55,6 @@
     IMPORT_C void SetImageUriL(const TDesC& aFileName);
     IMPORT_C void SetImageFileHandleL(const RFile& aFileHandle);
     IMPORT_C void Reset();
-    IMPORT_C void CreateImageDecoderL();    
-    IMPORT_C void CloseImageDecoder();
 
 private:
 
@@ -97,9 +95,6 @@
     /// Flag that stores if the gif file is in a private folder. 
     /// ETrue means the gif is from private path, else EFalse 
     TBool iIsPrivateGif;
-
-    /// Image Decoder, which keeps the file in use while viewing
-    CImageDecoder* iImageDecoder;
     };
 
 #endif // GLXIMAGEVIEWERMANAGER_H