tstaskmonitor/server/inc/tsrunningappstorage.h
changeset 83 156f692b1687
parent 80 397d00875918
child 98 d2f833ab7940
--- a/tstaskmonitor/server/inc/tsrunningappstorage.h	Thu May 27 13:11:12 2010 +0300
+++ b/tstaskmonitor/server/inc/tsrunningappstorage.h	Fri Jun 11 13:58:37 2010 +0300
@@ -21,8 +21,9 @@
 #include <e32std.h>
 #include <e32base.h>
 
-#include "hsdataobserver.h"
+#include "tsdataobserver.h"
 #include "hsdataprovider.h"
+#include "tsdatastorage.h"
 
 class CTsFswEngine;
 class CTsFswMonitor;
@@ -32,8 +33,8 @@
  */
 class CRunningAppStorage : public CBase,
                            public MHsDataProvider, 
-                           public MHsDataObserver
-                          
+                           public MHsDataObserver,
+                           public MTsDataStorage 
 {
 public:
     /**
@@ -51,6 +52,10 @@
     
     //MHsDataChangeProvider
     void DataChanged();
+    
+    void UpdateL(TInt key,const CFbsBitmap& data, TInt param, TInt priority);
+    
+    void RemoveL(TInt key, TInt param);
 
 private:
     /**