taskswitcher/utils/inc/tsentrykeygenerator.h
changeset 124 e36b2f4799c0
parent 121 0b3699f6c654
equal deleted inserted replaced
121:0b3699f6c654 124:e36b2f4799c0
    22 #include <e32base.h>
    22 #include <e32base.h>
    23 #include <e32cmn.h>
    23 #include <e32cmn.h>
    24 #include <w32std.h>
    24 #include <w32std.h>
    25 
    25 
    26 #include "tsentrykey.h"
    26 #include "tsentrykey.h"
       
    27 #include "tswindowgroupsobserver.h"
    27 
    28 
    28 
    29 
    29 class TsEntryKeyGeneraror
    30 class TsEntryKeyGeneraror
    30 {
    31 {
    31 public:
    32 public:
    32     static TInt Generate(TTsEntryKey& returnKey, TInt windowGroupId, 
    33     static TInt Generate( TTsEntryKey& aReturnKey, 
    33                                  const TArray<RWsSession::TWindowGroupChainInfo>& groupChain);
    34                           TInt aWindowGroupId, 
       
    35                           const MTsRunningApplicationStorage& aStorage );
       
    36     static TInt Generate(TTsEntryKey& returnKey, 
       
    37                 TInt windowGroupId, 
       
    38                 const TArray<RWsSession::TWindowGroupChainInfo>& groupChain);
    34 };
    39 };
    35 
    40 
    36 #endif //TSENTRYKEYGENERATOR_H
    41 #endif //TSENTRYKEYGENERATOR_H