taskswitcher/backstepping/inc/tsbackstepping.h
changeset 125 26079c1bb561
parent 119 50e220be30d1
equal deleted inserted replaced
123:d1dadafc5584 125:26079c1bb561
    17 
    17 
    18 #ifndef __CBACKSTEPPING_H
    18 #ifndef __CBACKSTEPPING_H
    19 #define __CBACKSTEPPING_H
    19 #define __CBACKSTEPPING_H
    20 
    20 
    21 #include <w32std.h>
    21 #include <w32std.h>
    22 #include <tswindowgroupsobserver.h>
    22 #include "tswindowgroupsobserverbase.h"
    23 
    23 
    24 class CTsBacksteppingFilter;
    24 class CTsBacksteppingFilter;
    25 
    25 
    26 NONSHARABLE_CLASS(CTsBackstepping) : public CTsWindowGroupsObserver
    26 NONSHARABLE_CLASS(CTsBackstepping) : public CTsWindowGroupsObserverBase
    27 {
    27 {
    28 public:
    28 public:
    29     static CTsBackstepping* NewL( MTsWindowGroupsMonitor& );
    29     static CTsBackstepping* NewL( MTsWindowGroupsMonitor& );
    30     static CTsBackstepping* NewLC( MTsWindowGroupsMonitor& );
    30     static CTsBackstepping* NewLC( MTsWindowGroupsMonitor& );
    31     virtual ~CTsBackstepping();
    31     virtual ~CTsBackstepping();