diff -r cbb1bfb7ebfb -r edd273b3192a mmappcomponents/mmmtpdataprovider/mmmtpdprequestprocessor/src/ccopyobject.cpp --- a/mmappcomponents/mmmtpdataprovider/mmmtpdprequestprocessor/src/ccopyobject.cpp Fri May 14 16:21:14 2010 +0300 +++ b/mmappcomponents/mmmtpdataprovider/mmmtpdprequestprocessor/src/ccopyobject.cpp Thu May 27 13:19:19 2010 +0300 @@ -107,10 +107,6 @@ EXPORT_C void CCopyObject::ConstructL() { iPropertyList = CMTPTypeObjectPropList::NewL(); - - // Set the CenRep value of MTP status, - // also need to do in other processors which related to MPX - SetPSStatus(); } // ----------------------------------------------------------------------------- @@ -122,6 +118,7 @@ { PRINT( _L( "MM MTP => CCopyObject::ServiceL" ) ); + MmMtpDpUtility::SetPSStatus(EMtpPSStatusActive); CopyObjectL(); PRINT( _L( "MM MTP <= CCopyObject::ServiceL" ) );