contentstorage/caclient/inc/caservice_p.h
changeset 73 4bc7b118b3df
parent 66 32469d7d46ff
child 83 156f692b1687
--- a/contentstorage/caclient/inc/caservice_p.h	Mon May 03 12:48:45 2010 +0300
+++ b/contentstorage/caclient/inc/caservice_p.h	Fri May 14 16:10:06 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;
 
 };