activityfw/storage/server/inc/afapplicationsstorage.h
changeset 119 50e220be30d1
parent 107 b34d53f6acdf
--- a/activityfw/storage/server/inc/afapplicationsstorage.h	Mon Sep 13 13:26:33 2010 +0300
+++ b/activityfw/storage/server/inc/afapplicationsstorage.h	Mon Sep 20 10:22:22 2010 +0300
@@ -27,16 +27,17 @@
                                public MAfApplicationsObserver
 {
 public:
-    static CAfApplicationsStorage* NewL(CAfStorage& storage, const MAfApplicationsRegistry& provider);
+    static CAfApplicationsStorage* NewL(CAfStorage& storage, const MAfApplicationsRegistry& provider, MAfApplicationsObserver &observer);
     ~CAfApplicationsStorage();
     void applicationsChanged();
     
 private:
-    CAfApplicationsStorage(CAfStorage& storage, const MAfApplicationsRegistry& provider);
+    CAfApplicationsStorage(CAfStorage& storage, const MAfApplicationsRegistry& provider, MAfApplicationsObserver &observer);
     void deleteActivityL(TUid appId);
 private:
     CAfStorage& mStorage;
     const MAfApplicationsRegistry &mProvider;
+    MAfApplicationsObserver &mObserver;
 };
 
 #endif // AFAPPLICATIONSSTORAGE_H