emailservices/emailstore/base_plugin/src/BaseMrInfoObject.cpp
changeset 76 38bf5461e270
parent 62 a8c646b56683
equal deleted inserted replaced
74:6c59112cfd31 76:38bf5461e270
  1126         	}
  1126         	}
  1127         else
  1127         else
  1128         	{
  1128         	{
  1129         	mrInfo->SetMethod( MMRInfoObject::EMRMethodResponse );
  1129         	mrInfo->SetMethod( MMRInfoObject::EMRMethodResponse );
  1130         	}
  1130         	}
  1131     
  1131         //ownership of mrInfo given to reply
  1132         reply->SetMRInfo( mrInfo );
  1132         reply->SetMRInfo( mrInfo );
  1133         iPlugin.SendMessageL( *reply );
  1133         iPlugin.SendMessageL( *reply );
  1134     
  1134     
  1135         CleanupStack::PopAndDestroy( reply );
  1135         CleanupStack::PopAndDestroy( reply );
  1136         }
  1136         }