contentstorage/caclient/inc/caservice_p.h
changeset 93 82b66994846c
parent 92 782e3408c2ab
child 96 5d243a69bdda
--- a/contentstorage/caclient/inc/caservice_p.h	Fri Apr 16 14:45:49 2010 +0300
+++ b/contentstorage/caclient/inc/caservice_p.h	Fri Apr 30 15:22:08 2010 +0300
@@ -26,6 +26,7 @@
 class CaQuery;
 class CaService;
 class CaNotifier;
+class CaClientNotifierProxy;
 
 class CaServicePrivate
 {
@@ -66,19 +67,12 @@
 
 private:
 
-    /**
-     * Points to the CaService instance that uses this private implementation.
-     */
     CaService *const m_q;
 
-    /**
-     * Proxy to communicate with Symbian server.
-     */
     CaClientProxy *mProxy;
+ 
+    CaClientNotifierProxy *mNotifierProxy;
 
-    /**
-     * code of error caused by last operation.
-     */
     mutable ErrorCode mErrorCode;
 
 };