contentstorage/caclient/s60/inc/caclientsubsession.h
changeset 73 4bc7b118b3df
parent 60 f62f87b200ec
--- a/contentstorage/caclient/s60/inc/caclientsubsession.h	Mon May 03 12:48:45 2010 +0300
+++ b/contentstorage/caclient/s60/inc/caclientsubsession.h	Fri May 14 16:10:06 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_ */