taskswitcher/server/inc/tsrunningappserver.h
changeset 119 50e220be30d1
parent 116 305818acdca4
child 125 26079c1bb561
--- a/taskswitcher/server/inc/tsrunningappserver.h	Mon Sep 13 13:26:33 2010 +0300
+++ b/taskswitcher/server/inc/tsrunningappserver.h	Mon Sep 20 10:22:22 2010 +0300
@@ -22,6 +22,7 @@
 #include <e32base.h>
 #include <w32std.h>
 #include "tsdataobserver.h"
+#include "tsenv.h"
 
 class CTsResourceManager;
 class CTsWindowGroupsMonitor;
@@ -54,6 +55,7 @@
                        const CTsServiceProvider& aServiceProvider);
 
 private:
+    TsEnv iEnv;
     CTsResourceManager* iResources;
     CTsWindowGroupsMonitor* iMonitor;
     CTsSerializedDataProvider* iSerializer;