mmappcomponents/mmmtpdataprovider/mmmtpdprequestprocessor/src/csetobjectreferences.cpp
branchRCL_3
changeset 14 05b0d2323768
parent 0 a2952bb97e68
child 17 780c925249c1
equal deleted inserted replaced
9:bee149131e4b 14:05b0d2323768
   105 // -----------------------------------------------------------------------------
   105 // -----------------------------------------------------------------------------
   106 // CSetObjectReferences::DoSetObjectReferencesL
   106 // CSetObjectReferences::DoSetObjectReferencesL
   107 // set references to DB
   107 // set references to DB
   108 // -----------------------------------------------------------------------------
   108 // -----------------------------------------------------------------------------
   109 //
   109 //
   110 EXPORT_C void CSetObjectReferences::DoSetObjectReferencesL( CMmMtpDpMetadataAccessWrapper& aWrapper,
   110 EXPORT_C void CSetObjectReferences::DoSetObjectReferencesL( CMmMtpDpMetadataAccessWrapper& /*aWrapper*/,
   111     TUint16 aObjectFormat,
   111     TUint16 /*aObjectFormat*/,
   112     const TDesC& aSrcFileName,
   112     const TDesC& /*aSrcFileName*/,
   113     CDesCArray& aRefFileArray )
   113     CDesCArray& /*aRefFileArray*/ )
   114     {
   114     {
   115     // do nothing, do special thing by inheriting
   115     // do nothing, do special thing by inheriting
   116     }
   116     }
   117 
   117 
   118 // -----------------------------------------------------------------------------
   118 // -----------------------------------------------------------------------------