contentstorage/srvinc/castorageproxy.h
changeset 93 82b66994846c
parent 86 e492551a0d54
child 94 dbb8300717f7
--- a/contentstorage/srvinc/castorageproxy.h	Fri Apr 16 14:45:49 2010 +0300
+++ b/contentstorage/srvinc/castorageproxy.h	Fri Apr 30 15:22:08 2010 +0300
@@ -18,6 +18,7 @@
 #ifndef CASTORAGEPROXY_H
 #define CASTORAGEPROXY_H
 
+#include "cadef.h"
 #include "caoperationparams.h"
 
 
@@ -84,12 +85,15 @@
 
     /**
      * Adds or Updates data to storage.
-     * In case when data is added the input aEntry serves
+     * In case when data is added the input aEntry serves.
      * also as an output entry.
      * @param aEntry Entry data.
-     * @param aUpdate is entry updated by a client
+     * @param aUpdate is entry updated by a client.
+     * @param aItemAppearanceChange a type of change of the item.
      */
-    IMPORT_C void AddL( CCaInnerEntry* aEntry, TBool aUpdate = EFalse );
+    IMPORT_C void AddL( CCaInnerEntry* aEntry,
+        TBool aUpdate = EFalse,
+        TItemAppearance aItemAppearanceChange = EItemAppearanceNotChanged );
 
     /**
      * Removes entries from storage.