mmappcomponents/mmmtpdataprovider/mmmtpdprequestprocessor/inc/csendobject.h
changeset 64 92dbd2a406d9
parent 32 edd273b3192a
--- a/mmappcomponents/mmmtpdataprovider/mmmtpdprequestprocessor/inc/csendobject.h	Fri Sep 17 08:33:08 2010 +0300
+++ b/mmappcomponents/mmmtpdataprovider/mmmtpdprequestprocessor/inc/csendobject.h	Mon Oct 04 00:50:27 2010 +0300
@@ -205,9 +205,9 @@
     TInt ReserveObjectL();
 
     /**
-    * Set protection status of object which could be read/write-only
+    * Set file properties of object
     */
-    void SetProtectionStatus();
+    void SetFileProperties();
 
     /**
     * Save object information of object whose size is zero
@@ -266,8 +266,7 @@
     TUint16 iObjectFormat;
     TUint64 iObjectSize;
 
-    // S60 feature doesn't include this.
-    // Reserve for future
+    // cache info during SendObjectInfo/SendObjectProplist for file properties
     TUint16 iProtectionStatus;
     HBufC* iDateMod;