contentstorage/caclient/s60/inc/caclientsubsession.h
changeset 93 82b66994846c
parent 85 7feec50967db
--- a/contentstorage/caclient/s60/inc/caclientsubsession.h	Fri Apr 16 14:45:49 2010 +0300
+++ b/contentstorage/caclient/s60/inc/caclientsubsession.h	Fri Apr 30 15:22:08 2010 +0300
@@ -58,17 +58,12 @@
     /**
      * Sends request for getting change information.
      */
-    void GetChangeInfoAndNotifyObserverL() const;
+    void GetChangeInfoL() const;
 
-private:
     /**
      * Notify observer.
-     * @param aEntry pointer to inner entry.
-     * @param aChangeType change type.
      */
-    void NotifyObserver(
-            CCaInnerEntry* aEntry,
-            TChangeType aChangeType ) const;
+    void NotifyObserver() const;
 
 private:
     /**
@@ -95,6 +90,16 @@
      * Own.
      */
     TPckgBuf<TInt>* iMessageSize;
+
+    /**
+     * Own.
+     */
+    mutable CCaInnerEntry* iChangedEntry;
+    
+    /**
+     * Own.
+     */
+    mutable TChangeType iChangedEntryType;
     };
 
 #endif /* CACLIENTSUBSESSION_H_ */