photosgallery/viewframework/dataprovider/inc/glxmedialistmulmodelproviderimpl.h
branchRCL_3
changeset 17 a60acebbbd9d
parent 1 9ba538e329bd
child 23 b023a8d2866a
equal deleted inserted replaced
15:191387a8b767 17:a60acebbbd9d
    21 
    21 
    22 #ifndef _GLXMEDIALISTMULMODELPROVIDERIMPL_H_
    22 #ifndef _GLXMEDIALISTMULMODELPROVIDERIMPL_H_
    23 #define _GLXMEDIALISTMULMODELPROVIDERIMPL_H_
    23 #define _GLXMEDIALISTMULMODELPROVIDERIMPL_H_
    24 
    24 
    25 #include <e32base.h>                       // Container Base Class
    25 #include <e32base.h>                       // Container Base Class
       
    26 #include <glxmediaid.h>
    26 #include "glxmulmodelproviderbase.h"       // DataProvider Base
    27 #include "glxmulmodelproviderbase.h"       // DataProvider Base
    27 #include "mglxbindingobserver.h"           // Notifies that binding has changed
    28 #include "mglxbindingobserver.h"           // Notifies that binding has changed
    28  
    29  
    29 namespace Alf
    30 namespace Alf
    30 	{
    31 	{
   128     TBool iIsReleventAttribute;
   129     TBool iIsReleventAttribute;
   129     CGlxAttributeRequirements* iAttributeRequirements; // own
   130     CGlxAttributeRequirements* iAttributeRequirements; // own
   130     CGlxResolutionUtility* iResolutionUtility;
   131     CGlxResolutionUtility* iResolutionUtility;
   131     Alf::IMulWidget& iWidget;
   132     Alf::IMulWidget& iWidget;
   132     CGlxUiUtility* iUiUtility;
   133     CGlxUiUtility* iUiUtility;
   133 
   134     TGlxMediaId iMediaIDForTextureDeletion;
   134     };
   135     };
   135     
   136     
   136 #endif // _GLXMEDIALISTMULMODELPROVIDERIMPL_H_
   137 #endif // _GLXMEDIALISTMULMODELPROVIDERIMPL_H_
   137 
   138 
   138 
   139