taskswitcher/backstepping/src/tsbackstepping.cpp
changeset 125 26079c1bb561
parent 119 50e220be30d1
equal deleted inserted replaced
123:d1dadafc5584 125:26079c1bb561
    26 
    26 
    27 #include <homescreendomainpskeys.h>
    27 #include <homescreendomainpskeys.h>
    28 #include <afactivitylauncher.h>
    28 #include <afactivitylauncher.h>
    29 
    29 
    30 #include "tsbacksteppingfilter.h"
    30 #include "tsbacksteppingfilter.h"
    31 
    31 #include "tsrunningapp.h"
       
    32 #include "tsrunningappstorage.h"
       
    33 #include "tsresourcemanager.h"
    32 /**
    34 /**
    33  * String to switch hsapplication to IDLE state using activity framework
    35  * String to switch hsapplication to IDLE state using activity framework
    34  */
    36  */
    35 _LIT(KHsActivactionUri, "appto://20022F35?activityname=HsIdleView&activityinbackground=true");
    37 _LIT(KHsActivactionUri, "appto://20022F35?activityname=HsIdleView&activityinbackground=true");
    36 
    38 
    67  * Constructor.
    69  * Constructor.
    68  * @param aMonitor - window group changes monitor
    70  * @param aMonitor - window group changes monitor
    69  */
    71  */
    70 CTsBackstepping::CTsBackstepping( MTsWindowGroupsMonitor &aMonitor )
    72 CTsBackstepping::CTsBackstepping( MTsWindowGroupsMonitor &aMonitor )
    71 :
    73 :
    72 CTsWindowGroupsObserver( aMonitor ), iHsWasFirst(ETrue)
    74 CTsWindowGroupsObserverBase( aMonitor ), iHsWasFirst(ETrue)
    73     {
    75     {
    74     }
    76     }
    75 
    77 
    76 // -----------------------------------------------------------------------------
    78 // -----------------------------------------------------------------------------
    77 /** 
    79 /**