contentstorage/caclient/inc/caservice_p.h
changeset 73 4bc7b118b3df
parent 66 32469d7d46ff
child 83 156f692b1687
equal deleted inserted replaced
66:32469d7d46ff 73:4bc7b118b3df
    24 class CaClientProxy;
    24 class CaClientProxy;
    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 
    30 
    30 class CaServicePrivate
    31 class CaServicePrivate
    31 {
    32 {
    32 
    33 
    33 public:
    34 public:
    64 
    65 
    65     ErrorCode lastError() const;
    66     ErrorCode lastError() const;
    66 
    67 
    67 private:
    68 private:
    68 
    69 
    69     /**
       
    70      * Points to the CaService instance that uses this private implementation.
       
    71      */
       
    72     CaService *const m_q;
    70     CaService *const m_q;
    73 
    71 
    74     /**
       
    75      * Proxy to communicate with Symbian server.
       
    76      */
       
    77     CaClientProxy *mProxy;
    72     CaClientProxy *mProxy;
       
    73  
       
    74     CaClientNotifierProxy *mNotifierProxy;
    78 
    75 
    79     /**
       
    80      * code of error caused by last operation.
       
    81      */
       
    82     mutable ErrorCode mErrorCode;
    76     mutable ErrorCode mErrorCode;
    83 
    77 
    84 };
    78 };
    85 
    79 
    86 #endif //CASERVICE_PRIVATE_H
    80 #endif //CASERVICE_PRIVATE_H