contentstorage/caclient/inc/canotifier_p.h
changeset 80 397d00875918
parent 73 4bc7b118b3df
--- a/contentstorage/caclient/inc/canotifier_p.h	Fri May 14 16:10:06 2010 +0300
+++ b/contentstorage/caclient/inc/canotifier_p.h	Thu May 27 13:11:12 2010 +0300
@@ -18,10 +18,13 @@
 #ifndef CANOTIFIER_PRIVATE_H
 #define CANOTIFIER_PRIVATE_H
 
+#include <QSharedPointer>
+
 class CaClientNotifierProxy;
 class CaNotifier;
 class CaNotifierFilter;
 class CaObserver;
+class CaService;
 
 class CaNotifierPrivate
 {
@@ -53,6 +56,8 @@
 
     CaClientNotifierProxy *mNotifierProxy;
 
+    QSharedPointer<CaService> mCaService;
+
     friend class CaNotifier;
 
 };