contentstorage/caclient/inc/caservice_p.h
changeset 96 5d243a69bdda
parent 93 82b66994846c
child 99 7aaf39b772ac
--- a/contentstorage/caclient/inc/caservice_p.h	Mon May 24 20:50:46 2010 +0300
+++ b/contentstorage/caclient/inc/caservice_p.h	Fri May 28 16:17:03 2010 +0300
@@ -27,6 +27,7 @@
 class CaService;
 class CaNotifier;
 class CaClientNotifierProxy;
+class CaHandlerProxy;
 
 class CaServicePrivate
 {
@@ -69,6 +70,9 @@
 
     CaService *const m_q;
 
+    // Command handler.
+    QSharedPointer<CaHandlerProxy> mCommandHandler;
+
     CaClientProxy *mProxy;
  
     CaClientNotifierProxy *mNotifierProxy;