mmappcomponents/mmmtpdataprovider/mmmtpdprequestprocessor/src/cmoveobject.cpp
branchRCL_3
changeset 30 6f9f6e99a23e
parent 28 f56ec6ce2732
child 34 e257e2b6459d
equal deleted inserted replaced
28:f56ec6ce2732 30:6f9f6e99a23e
   103 // -----------------------------------------------------------------------------
   103 // -----------------------------------------------------------------------------
   104 //
   104 //
   105 EXPORT_C void CMoveObject::ConstructL()
   105 EXPORT_C void CMoveObject::ConstructL()
   106     {
   106     {
   107     iPropertyList = CMTPTypeObjectPropList::NewL();
   107     iPropertyList = CMTPTypeObjectPropList::NewL();
   108 
       
   109     // Set the CenRep value of MTP status,
       
   110     // also need to do in other processors which related to MPX
       
   111     SetPSStatus();
       
   112     }
   108     }
   113 
   109 
   114 // -----------------------------------------------------------------------------
   110 // -----------------------------------------------------------------------------
   115 // CMoveObject::ServiceL
   111 // CMoveObject::ServiceL
   116 // MoveObject request handler
   112 // MoveObject request handler
   117 // -----------------------------------------------------------------------------
   113 // -----------------------------------------------------------------------------
   118 //
   114 //
   119 EXPORT_C void CMoveObject::ServiceL()
   115 EXPORT_C void CMoveObject::ServiceL()
   120     {
   116     {
   121     PRINT( _L( "MM MTP => CMoveObject::ServiceL" ) );
   117     PRINT( _L( "MM MTP => CMoveObject::ServiceL" ) );
   122 
   118     
       
   119     MmMtpDpUtility::SetPSStatus(EMtpPSStatusActive);
   123     MoveObjectL();
   120     MoveObjectL();
   124 
   121 
   125     PRINT( _L( "MM MTP <= CMoveObject::ServiceL" ) );
   122     PRINT( _L( "MM MTP <= CMoveObject::ServiceL" ) );
   126     }
   123     }
   127 
   124