contentstorage/caclient/s60/inc/caclientsubsession.h
changeset 73 4bc7b118b3df
parent 60 f62f87b200ec
equal deleted inserted replaced
66:32469d7d46ff 73:4bc7b118b3df
    56     void UnregisterForNotifications() const;
    56     void UnregisterForNotifications() const;
    57 
    57 
    58     /**
    58     /**
    59      * Sends request for getting change information.
    59      * Sends request for getting change information.
    60      */
    60      */
    61     void GetChangeInfoAndNotifyObserverL() const;
    61     void GetChangeInfoL() const;
    62 
    62 
    63 private:
       
    64     /**
    63     /**
    65      * Notify observer.
    64      * Notify observer.
    66      * @param aEntry pointer to inner entry.
       
    67      * @param aChangeType change type.
       
    68      */
    65      */
    69     void NotifyObserver(
    66     void NotifyObserver() const;
    70             CCaInnerEntry* aEntry,
       
    71             TChangeType aChangeType ) const;
       
    72 
    67 
    73 private:
    68 private:
    74     /**
    69     /**
    75      * Not own.
    70      * Not own.
    76      */
    71      */
    93 
    88 
    94     /**
    89     /**
    95      * Own.
    90      * Own.
    96      */
    91      */
    97     TPckgBuf<TInt>* iMessageSize;
    92     TPckgBuf<TInt>* iMessageSize;
       
    93 
       
    94     /**
       
    95      * Own.
       
    96      */
       
    97     mutable CCaInnerEntry* iChangedEntry;
       
    98     
       
    99     /**
       
   100      * Own.
       
   101      */
       
   102     mutable TChangeType iChangedEntryType;
    98     };
   103     };
    99 
   104 
   100 #endif /* CACLIENTSUBSESSION_H_ */
   105 #endif /* CACLIENTSUBSESSION_H_ */