mmappcomponents/mmmtpdataprovider/mmmtpdprequestprocessor/src/cmoveobject.cpp
branchRCL_3
changeset 56 63223d4fd956
parent 55 6c1dfe4da5dd
child 67 16db3449d7ba
equal deleted inserted replaced
55:6c1dfe4da5dd 56:63223d4fd956
   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 
   317     // same storage, not necessary to get the properties
   319     // same storage, not necessary to get the properties
   318     if ( iSameStorage )
   320     if ( iSameStorage )
   319         return;
   321         return;
   320 
   322 
   321     TUint formatCode = aObject.Uint( CMTPObjectMetaData::EFormatCode );
   323     TUint formatCode = aObject.Uint( CMTPObjectMetaData::EFormatCode );