calendarui/commonutils/inc/calenattachmentmodel.h
branchRCL_3
changeset 12 38571fd2a704
parent 0 f979ecb2b13e
child 21 9711e452b5e9
equal deleted inserted replaced
5:42814f902fe6 12:38571fd2a704
   131          * @param aSize size of the attachment file
   131          * @param aSize size of the attachment file
   132          * @param aFetched fetched or not
   132          * @param aFetched fetched or not
   133          * @param aDataType mime type of the attachment
   133          * @param aDataType mime type of the attachment
   134          */
   134          */
   135         IMPORT_C void AddAttachmentL( const TDesC& aFullName, const TDesC& aSystemFileName, TInt aSize,
   135         IMPORT_C void AddAttachmentL( const TDesC& aFullName, const TDesC& aSystemFileName, TInt aSize,
   136                    TBool aFetched, const TDataType& aDataType );
   136                    TBool aFetched, const TDataType& aDataType, RFile &aFile);
   137         
   137         
   138         /**
   138         /**
   139          * Deletes attachment from internal array. Notifies attachment model
   139          * Deletes attachment from internal array. Notifies attachment model
   140          * observer with ECalenAttachmentRemoved parameter.
   140          * observer with ECalenAttachmentRemoved parameter.
   141          * 
   141          *