diff -r 0b3699f6c654 -r e36b2f4799c0 taskswitcher/server/inc/tsrunningappserver.h --- a/taskswitcher/server/inc/tsrunningappserver.h Fri Sep 17 08:32:18 2010 +0300 +++ b/taskswitcher/server/inc/tsrunningappserver.h Mon Oct 04 00:38:31 2010 +0300 @@ -22,6 +22,7 @@ #include #include #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;