diff -r c76ea6caa649 -r b276843a15ba mmappcomponents/mmmtpdataprovider/mmmtpdprequestprocessor/inc/csendobject.h --- a/mmappcomponents/mmmtpdataprovider/mmmtpdprequestprocessor/inc/csendobject.h Fri Sep 03 20:07:59 2010 -0500 +++ b/mmappcomponents/mmmtpdataprovider/mmmtpdprequestprocessor/inc/csendobject.h Tue Sep 21 11:25:55 2010 -0500 @@ -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;