diff -r f9e827349359 -r b023a8d2866a photosgallery/viewframework/dataprovider/inc/glxmulmodelproviderbase.h --- a/photosgallery/viewframework/dataprovider/inc/glxmulmodelproviderbase.h Mon Jun 21 15:40:32 2010 +0300 +++ b/photosgallery/viewframework/dataprovider/inc/glxmulmodelproviderbase.h Thu Jul 15 18:39:01 2010 +0300 @@ -35,6 +35,7 @@ class MGlxBoundCommand; // Handles user commands class TGlxMedia; // Reference to a media item in the item pool class CGlxNavigationalState; // Class that stores the navigational state of the application +class CGlxDrmGifTextureCreator; namespace Alf { @@ -117,6 +118,12 @@ */ virtual void HandleOrientationChanged(); + /** + * Enable/disable animation + * @param aAnimate enable/disable animation + */ + void AnimateDRMGifItem( TBool aAnimate ); + private: /** @@ -195,6 +202,7 @@ // Create navigational state CGlxNavigationalState* iNavigationalState; + CGlxDrmGifTextureCreator* iDrmGifTextureCreator; }; #endif // _GLXMULMODELPROVIDERBASE_H_