taskswitcher/backstepping/inc/tsbacksteppingfilter.h
changeset 124 e36b2f4799c0
parent 121 0b3699f6c654
equal deleted inserted replaced
121:0b3699f6c654 124:e36b2f4799c0
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 #ifndef TSBACKSTEPPINGFILTER_H
    18 #ifndef TSBACKSTEPPINGFILTER_H
    19 #define TSBACKSTEPPINGFILTER_H
    19 #define TSBACKSTEPPINGFILTER_H
    20 
    20 #include <e32base.h>
    21 #include <w32std.h>
    21 class CTsIdList;
    22 #include <tswindowgroupsobserver.h>
       
    23 
       
    24 
       
    25 NONSHARABLE_CLASS(CTsBacksteppingFilter) : public CBase
    22 NONSHARABLE_CLASS(CTsBacksteppingFilter) : public CBase
    26     {
    23     {
    27 public:
    24 public:
    28     static CTsBacksteppingFilter* NewL();
    25     static CTsBacksteppingFilter* NewL();
    29     ~CTsBacksteppingFilter();
    26     ~CTsBacksteppingFilter();
    32 private:
    29 private:
    33     CTsBacksteppingFilter();
    30     CTsBacksteppingFilter();
    34     void ConstructL();
    31     void ConstructL();
    35 
    32 
    36 private:
    33 private:
    37     RArray<TUid> iBlockedApps;
    34     CTsIdList* iBlockedApps;
    38 
    35 
    39     };
    36     };
    40 
    37 
    41 #endif // TSBACKSTEPPINGFILTER_H
    38 #endif // TSBACKSTEPPINGFILTER_H