mmappcomponents/mmmtpdataprovider/mmmtpdprequestprocessor/inc/csendobject.h
changeset 62 b276843a15ba
parent 32 edd273b3192a
equal deleted inserted replaced
58:c76ea6caa649 62:b276843a15ba
   203     * Reserve object information before SendObject
   203     * Reserve object information before SendObject
   204     */
   204     */
   205     TInt ReserveObjectL();
   205     TInt ReserveObjectL();
   206 
   206 
   207     /**
   207     /**
   208     * Set protection status of object which could be read/write-only
   208     * Set file properties of object
   209     */
   209     */
   210     void SetProtectionStatus();
   210     void SetFileProperties();
   211 
   211 
   212     /**
   212     /**
   213     * Save object information of object whose size is zero
   213     * Save object information of object whose size is zero
   214     */
   214     */
   215     void SaveEmptyFileL();
   215     void SaveEmptyFileL();
   264     TUint32 iStorageId;
   264     TUint32 iStorageId;
   265     TUint32 iParentHandle;
   265     TUint32 iParentHandle;
   266     TUint16 iObjectFormat;
   266     TUint16 iObjectFormat;
   267     TUint64 iObjectSize;
   267     TUint64 iObjectSize;
   268 
   268 
   269     // S60 feature doesn't include this.
   269     // cache info during SendObjectInfo/SendObjectProplist for file properties
   270     // Reserve for future
       
   271     TUint16 iProtectionStatus;
   270     TUint16 iProtectionStatus;
   272     HBufC* iDateMod;
   271     HBufC* iDateMod;
   273 
   272 
   274     // cache info during SendObjectInfo
   273     // cache info during SendObjectInfo
   275     TUint32 iWidth;
   274     TUint32 iWidth;