mmappcomponents/mmmtpdataprovider/mmmtpdprequestprocessor/src/ccopyobject.cpp
changeset 32 edd273b3192a
parent 25 d881023c13eb
child 35 2ee890d2f7e7
equal deleted inserted replaced
27:cbb1bfb7ebfb 32:edd273b3192a
   105 // -----------------------------------------------------------------------------
   105 // -----------------------------------------------------------------------------
   106 //
   106 //
   107 EXPORT_C void CCopyObject::ConstructL()
   107 EXPORT_C void CCopyObject::ConstructL()
   108     {
   108     {
   109     iPropertyList = CMTPTypeObjectPropList::NewL();
   109     iPropertyList = CMTPTypeObjectPropList::NewL();
   110 
       
   111     // Set the CenRep value of MTP status,
       
   112     // also need to do in other processors which related to MPX
       
   113     SetPSStatus();
       
   114     }
   110     }
   115 
   111 
   116 // -----------------------------------------------------------------------------
   112 // -----------------------------------------------------------------------------
   117 // CCopyObject::ServiceL
   113 // CCopyObject::ServiceL
   118 // CopyObject request handler
   114 // CopyObject request handler
   120 //
   116 //
   121 EXPORT_C void CCopyObject::ServiceL()
   117 EXPORT_C void CCopyObject::ServiceL()
   122     {
   118     {
   123     PRINT( _L( "MM MTP => CCopyObject::ServiceL" ) );
   119     PRINT( _L( "MM MTP => CCopyObject::ServiceL" ) );
   124 
   120 
       
   121     MmMtpDpUtility::SetPSStatus(EMtpPSStatusActive);
   125     CopyObjectL();
   122     CopyObjectL();
   126 
   123 
   127     PRINT( _L( "MM MTP <= CCopyObject::ServiceL" ) );
   124     PRINT( _L( "MM MTP <= CCopyObject::ServiceL" ) );
   128     }
   125     }
   129 
   126