contentstorage/caclient/stub/inc/canotifiers.h
changeset 93 82b66994846c
parent 92 782e3408c2ab
--- a/contentstorage/caclient/stub/inc/canotifiers.h	Fri Apr 16 14:45:49 2010 +0300
+++ b/contentstorage/caclient/stub/inc/canotifiers.h	Fri Apr 30 15:22:08 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;