taskswitcher/utils/inc/tsentrykeygenerator.h
changeset 119 50e220be30d1
parent 116 305818acdca4
--- 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 <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