mmappcomponents/mmmtpdataprovider/src/cmmmtpdpmetadataaccesswrapper.cpp
branchRCL_3
changeset 19 51035f0751c2
parent 17 780c925249c1
child 23 4740b34b83ce
equal deleted inserted replaced
17:780c925249c1 19:51035f0751c2
   257 // ---------------------------------------------------------------------------
   257 // ---------------------------------------------------------------------------
   258 // CMmMtpDpMetadataAccessWrapper::DeleteObjectL
   258 // CMmMtpDpMetadataAccessWrapper::DeleteObjectL
   259 // Deletes metadata information associated with the object
   259 // Deletes metadata information associated with the object
   260 // ---------------------------------------------------------------------------
   260 // ---------------------------------------------------------------------------
   261 //
   261 //
   262 void CMmMtpDpMetadataAccessWrapper::DeleteObjectL( const CMTPObjectMetaData& aObject )
   262 EXPORT_C void CMmMtpDpMetadataAccessWrapper::DeleteObjectL( const CMTPObjectMetaData& aObject )
   263     {
   263     {
   264     TPtrC fileName( aObject.DesC( CMTPObjectMetaData::ESuid ) );
   264     TPtrC fileName( aObject.DesC( CMTPObjectMetaData::ESuid ) );
   265     PRINT1( _L( "MM MTP => CMmMtpDpMetadataAccessWrapper::DeleteObjectL name = %S" ), &fileName );
   265     PRINT1( _L( "MM MTP => CMmMtpDpMetadataAccessWrapper::DeleteObjectL name = %S" ), &fileName );
   266 
   266 
   267     TMPXGeneralCategory category = Category( aObject );
   267     TMPXGeneralCategory category = Category( aObject );