idlehomescreen/xmluirendering/uiengine/inc/xnwallpaperview.h
branchRCL_3
changeset 34 d05a55b217df
parent 16 9674c1a575e9
child 38 79311d856354
equal deleted inserted replaced
30:b8fae6b8a148 34:d05a55b217df
    30 class CXnWallpaperContainer;
    30 class CXnWallpaperContainer;
    31 class CXnAppUiAdapter;
    31 class CXnAppUiAdapter;
    32 class CXnUiEngine;
    32 class CXnUiEngine;
    33 class TVwsViewId;
    33 class TVwsViewId;
    34 class CPeriodic;
    34 class CPeriodic;
       
    35 class CXnSpBgCleaner;
    35 
    36 
    36 // Constants
    37 // Constants
    37 const TUid KWallpaperViewUid = { 0x200286DB };
    38 const TUid KWallpaperViewUid = { 0x200286DB };
    38 
    39 
    39 /**
    40 /**
   137     
   138     
   138     /**
   139     /**
   139      * Resource file offset
   140      * Resource file offset
   140      */
   141      */
   141     TInt iResourceOffset;    
   142     TInt iResourceOffset;    
       
   143     
       
   144     /** 
       
   145      * Statuspane background cleaner. 
       
   146      * Own.
       
   147      */
       
   148 	CXnSpBgCleaner* iXnSpBgCleaner;
       
   149 
   142     };
   150     };
   143 
   151 
   144 #endif      // CXNWALLPAPERVIEW_H
   152 #endif      // CXNWALLPAPERVIEW_H
   145 
   153 
   146 // End of File
   154 // End of File