mmappcomponents/mmmtpdataprovider/mmmtpdprequestprocessor/src/cmoveobject.cpp
branchRCL_3
changeset 24 6c1dfe4da5dd
parent 23 e42293e811d8
child 25 63223d4fd956
equal deleted inserted replaced
23:e42293e811d8 24:6c1dfe4da5dd
   312 //
   312 //
   313 void CMoveObject::GetPreviousPropertiesL( const CMTPObjectMetaData& aObject )
   313 void CMoveObject::GetPreviousPropertiesL( const CMTPObjectMetaData& aObject )
   314     {
   314     {
   315     PRINT( _L( "MM MTP => CMoveObject::GetPreviousPropertiesL" ) );
   315     PRINT( _L( "MM MTP => CMoveObject::GetPreviousPropertiesL" ) );
   316 
   316 
   317     const TDesC& suid( aObject.DesC( CMTPObjectMetaData::ESuid ) );
       
   318 
       
   319     // same storage, not necessary to get the properties
   317     // same storage, not necessary to get the properties
   320     if ( iSameStorage )
   318     if ( iSameStorage )
   321         return;
   319         return;
   322 
   320 
   323     TUint formatCode = aObject.Uint( CMTPObjectMetaData::EFormatCode );
   321     TUint formatCode = aObject.Uint( CMTPObjectMetaData::EFormatCode );