contentstorage/caclient/stub/inc/canotifiers.h
changeset 73 4bc7b118b3df
parent 66 32469d7d46ff
--- a/contentstorage/caclient/stub/inc/canotifiers.h	Mon May 03 12:48:45 2010 +0300
+++ b/contentstorage/caclient/stub/inc/canotifiers.h	Fri May 14 16:10:06 2010 +0300
@@ -24,14 +24,14 @@
 #include "canotifier_p.h"
 
 class CaNotifierFilter;
-class CaClientNotifierProxy;
+class CaObserver;
 
 class CaNotifiers
 {
 public:
     static int addNotifier(const CaNotifierFilter *notifierFilter,
                            CaNotifierPrivate::NotifierType notifierType,
-                           const CaClientNotifierProxy *notifierProxy);
+                           const CaObserver *notifierProxy);
 
     static void removeNotifier(const CaNotifierFilter *notifierFilter,
                                CaNotifierPrivate::NotifierType notifierType);
@@ -53,7 +53,7 @@
 private:
     typedef QPair<const CaNotifierFilter *,
             CaNotifierPrivate::NotifierType> NotifierKey;
-    typedef QHash<NotifierKey, const CaClientNotifierProxy *> NotifierHash;
+    typedef QHash<NotifierKey, const CaObserver *> NotifierHash;
 
 private:
     static NotifierHash mNotifiers;