diff -r 305818acdca4 -r 50e220be30d1 taskswitcher/utils/inc/tsentrykeygenerator.h --- a/taskswitcher/utils/inc/tsentrykeygenerator.h Mon Sep 13 13:26:33 2010 +0300 +++ b/taskswitcher/utils/inc/tsentrykeygenerator.h Mon Sep 20 10:22:22 2010 +0300 @@ -24,13 +24,18 @@ #include #include "tsentrykey.h" +#include "tswindowgroupsobserver.h" class TsEntryKeyGeneraror { public: - static TInt Generate(TTsEntryKey& returnKey, TInt windowGroupId, - const TArray& groupChain); + static TInt Generate( TTsEntryKey& aReturnKey, + TInt aWindowGroupId, + const MTsRunningApplicationStorage& aStorage ); + static TInt Generate(TTsEntryKey& returnKey, + TInt windowGroupId, + const TArray& groupChain); }; #endif //TSENTRYKEYGENERATOR_H