tstaskmonitor/server/inc/hsrunningappserver.h
changeset 103 b99b84bcd2d1
parent 83 156f692b1687
equal deleted inserted replaced
83:156f692b1687 103:b99b84bcd2d1
    22 #include <e32base.h>
    22 #include <e32base.h>
    23 #include <w32std.h>
    23 #include <w32std.h>
    24 #include "tsdataobserver.h"
    24 #include "tsdataobserver.h"
    25 
    25 
    26 class CRunningAppStorage;
    26 class CRunningAppStorage;
       
    27 class CTsResourceManager;
       
    28 class CTsWindowGroupsMonitor;
    27 /**
    29 /**
    28  *  CRunningAppServer
    30  *  CRunningAppServer
    29  * 
    31  * 
    30  */
    32  */
    31 class CRunningAppServer : public CServer2,
    33 class CRunningAppServer : public CServer2,
    68      */
    70      */
    69     CSession2* NewSessionL(const TVersion& version, const RMessage2& message) const;
    71     CSession2* NewSessionL(const TVersion& version, const RMessage2& message) const;
    70 private:
    72 private:
    71     RPointerArray<CHsDataObserver> mObservers;
    73     RPointerArray<CHsDataObserver> mObservers;
    72     RWsSession mWsSession;
    74     RWsSession mWsSession;
       
    75     CTsResourceManager* mResources;
       
    76     CTsWindowGroupsMonitor* mMonitor;
    73     CRunningAppStorage* mStorage;
    77     CRunningAppStorage* mStorage;
       
    78     
    74     CBase *mScreenshotProviderStarter;
    79     CBase *mScreenshotProviderStarter;
    75     CBase *mBacksteppingEngine;
    80     CBase *mBacksteppingEngine;
    76 };
    81 };
    77 
    82 
    78 #endif // RUNNINGAPPSERVER_H
    83 #endif // RUNNINGAPPSERVER_H