mmappcomponents/mmmtpdataprovider/mmmtpdprequestprocessor/inc/cmoveobject.h
branchRCL_3
changeset 17 780c925249c1
parent 9 bee149131e4b
equal deleted inserted replaced
15:d240f0a77280 17:780c925249c1
    20 #define CMOVEOBJECT_H
    20 #define CMOVEOBJECT_H
    21 
    21 
    22 #include "crequestprocessor.h"
    22 #include "crequestprocessor.h"
    23 
    23 
    24 class CMTPObjectMetaData;
    24 class CMTPObjectMetaData;
    25 class CMmMtpDpMetadataAccessWrapper;
       
    26 class CMTPTypeObjectPropList;
    25 class CMTPTypeObjectPropList;
    27 class CMTPTypeObjectPropListElement;
    26 class CMTPTypeObjectPropListElement;
    28 class MMmMtpDpConfig;
    27 class MMmMtpDpConfig;
    29 
    28 
    30 /**
    29 /**
   110     void MoveFileL( const TDesC& aNewFileName );
   109     void MoveFileL( const TDesC& aNewFileName );
   111 
   110 
   112     /**
   111     /**
   113     * Set the object properties in the object property store.
   112     * Set the object properties in the object property store.
   114     */
   113     */
   115     void SetPropertiesL( const TDesC& aOldFileName,
   114     void SetPropertiesL( const TDesC& aNewFileName );
   116         const TDesC& aNewFileName );
       
   117 
   115 
   118     /*
   116     /*
   119     * Move a single object and update the database
   117     * Move a single object and update the database
   120     */
   118     */
   121     void MoveAndUpdateL( TUint32 objectHandle );
   119     void MoveAndUpdateL( TUint32 objectHandle );