taskswitcher/utils/inc/tsentrykeygenerator.h
changeset 124 e36b2f4799c0
parent 121 0b3699f6c654
--- a/taskswitcher/utils/inc/tsentrykeygenerator.h	Fri Sep 17 08:32:18 2010 +0300
+++ b/taskswitcher/utils/inc/tsentrykeygenerator.h	Mon Oct 04 00:38:31 2010 +0300
@@ -24,13 +24,18 @@
 #include <w32std.h>
 
 #include "tsentrykey.h"
+#include "tswindowgroupsobserver.h"
 
 
 class TsEntryKeyGeneraror
 {
 public:
-    static TInt Generate(TTsEntryKey& returnKey, TInt windowGroupId, 
-                                 const TArray<RWsSession::TWindowGroupChainInfo>& groupChain);
+    static TInt Generate( TTsEntryKey& aReturnKey, 
+                          TInt aWindowGroupId, 
+                          const MTsRunningApplicationStorage& aStorage );
+    static TInt Generate(TTsEntryKey& returnKey, 
+                TInt windowGroupId, 
+                const TArray<RWsSession::TWindowGroupChainInfo>& groupChain);
 };
 
 #endif //TSENTRYKEYGENERATOR_H