contentstorage/caclient/inc/caservice_p.h
changeset 83 156f692b1687
parent 73 4bc7b118b3df
child 104 9b022b1f357c
equal deleted inserted replaced
80:397d00875918 83:156f692b1687
    25 class CaEntry;
    25 class CaEntry;
    26 class CaQuery;
    26 class CaQuery;
    27 class CaService;
    27 class CaService;
    28 class CaNotifier;
    28 class CaNotifier;
    29 class CaClientNotifierProxy;
    29 class CaClientNotifierProxy;
       
    30 class CaHandlerProxy;
    30 
    31 
    31 class CaServicePrivate
    32 class CaServicePrivate
    32 {
    33 {
    33 
    34 
    34 public:
    35 public:
    67 
    68 
    68 private:
    69 private:
    69 
    70 
    70     CaService *const m_q;
    71     CaService *const m_q;
    71 
    72 
       
    73     // Command handler.
       
    74     QSharedPointer<CaHandlerProxy> mCommandHandler;
       
    75 
    72     CaClientProxy *mProxy;
    76     CaClientProxy *mProxy;
    73  
    77  
    74     CaClientNotifierProxy *mNotifierProxy;
    78     CaClientNotifierProxy *mNotifierProxy;
    75 
    79 
    76     mutable ErrorCode mErrorCode;
    80     mutable ErrorCode mErrorCode;