contentstorage/caclient/inc/canotifier_p.h
changeset 80 397d00875918
parent 73 4bc7b118b3df
equal deleted inserted replaced
73:4bc7b118b3df 80:397d00875918
    16  */
    16  */
    17 
    17 
    18 #ifndef CANOTIFIER_PRIVATE_H
    18 #ifndef CANOTIFIER_PRIVATE_H
    19 #define CANOTIFIER_PRIVATE_H
    19 #define CANOTIFIER_PRIVATE_H
    20 
    20 
       
    21 #include <QSharedPointer>
       
    22 
    21 class CaClientNotifierProxy;
    23 class CaClientNotifierProxy;
    22 class CaNotifier;
    24 class CaNotifier;
    23 class CaNotifierFilter;
    25 class CaNotifierFilter;
    24 class CaObserver;
    26 class CaObserver;
       
    27 class CaService;
    25 
    28 
    26 class CaNotifierPrivate
    29 class CaNotifierPrivate
    27 {
    30 {
    28 public:
    31 public:
    29 
    32 
    51 
    54 
    52     const CaObserver *mObserver;
    55     const CaObserver *mObserver;
    53 
    56 
    54     CaClientNotifierProxy *mNotifierProxy;
    57     CaClientNotifierProxy *mNotifierProxy;
    55 
    58 
       
    59     QSharedPointer<CaService> mCaService;
       
    60 
    56     friend class CaNotifier;
    61     friend class CaNotifier;
    57 
    62 
    58 };
    63 };
    59 
    64 
    60 #endif // CANOTIFIER_PRIVATE_H
    65 #endif // CANOTIFIER_PRIVATE_H