localconnectivityservice/obexserviceman/utils/inc/obexutilsentryhandler.h
branchRCL_3
changeset 38 3dcb815346df
parent 0 c3e98f10fcf4
equal deleted inserted replaced
37:7e0ecb5b116a 38:3dcb815346df
    52      * @param aStore An interface over the message store that is associated with a message entry.
    52      * @param aStore An interface over the message store that is associated with a message entry.
    53      * @return error code
    53      * @return error code
    54      */
    54      */
    55     TInt AddEntryAttachment(const TDesC &aFilePath, CMsvAttachment* anAttachInfo, CMsvStore* aStore );
    55     TInt AddEntryAttachment(const TDesC &aFilePath, CMsvAttachment* anAttachInfo, CMsvStore* aStore );
    56     
    56     
    57     /**
    57    
    58      * Update an entry attachment
       
    59      * @since S60 v5.0
       
    60      * @param aFilePath the absolute file path of the linked attachment file.
       
    61      * @param anAttachInfo the attachment info associated with the file.
       
    62      * @param aStore An interface ove the message store that is associated with a message entry.
       
    63      * @return error code
       
    64      */
       
    65     TInt UpdateEntryAttachment(TFileName& aFileName,
       
    66                               CMsvAttachment* anOldAttachInfo,
       
    67                               CMsvAttachment* aNewAttachInfo,
       
    68                               CMsvStore* aStore );
       
    69     
       
    70     // from base class CActive
    58     // from base class CActive
    71          
    59          
    72     /**
    60     /**
    73      * From CActive.
    61      * From CActive.
    74      * RunL
    62      * RunL
    95     /**
    83     /**
    96      * Symbian two-phase constructor.
    84      * Symbian two-phase constructor.
    97      */ 
    85      */ 
    98     void ConstructL();
    86     void ConstructL();
    99 
    87 
   100     /**
       
   101      * Add link attachment 
       
   102      * 
       
   103      * @since S60 v5.0
       
   104      */
       
   105     void DoAddEntryAttachmentL(const TDesC &aFilePath, CMsvAttachment* anAttachInfo, CMsvStore* aStore);
       
   106     
       
   107    
       
   108     /**
       
   109      * Update link attachment 
       
   110      * 
       
   111      * @since S60 v5.0
       
   112      */
       
   113     void DoUpdateEntryAttachmentL(TFileName& aFileName,
       
   114                                  CMsvAttachment* anOldAttachInfo,
       
   115                                  CMsvAttachment* aNewAttachInfo,
       
   116                                  CMsvStore* aStore);
       
   117     
    88     
   118 private: // member data
    89 private: // member data
   119 
    90 
   120      
    91      
   121     /**
    92     /**