mmappcomponents/mmmtpdataprovider/mmmtpdprequestprocessor/src/csetobjectproplist.cpp
branchRCL_3
changeset 17 6f9f6e99a23e
parent 14 f56ec6ce2732
child 23 e42293e811d8
equal deleted inserted replaced
14:f56ec6ce2732 17:6f9f6e99a23e
    71 void CSetObjectPropList::ConstructL()
    71 void CSetObjectPropList::ConstructL()
    72     {
    72     {
    73     CActiveScheduler::Add( this );
    73     CActiveScheduler::Add( this );
    74 
    74 
    75     iPropertyList = CMTPTypeObjectPropList::NewL();
    75     iPropertyList = CMTPTypeObjectPropList::NewL();
    76     SetPSStatus();
       
    77     }
    76     }
    78 
    77 
    79 // -----------------------------------------------------------------------------
    78 // -----------------------------------------------------------------------------
    80 // CSetObjectPropList::~CSetObjectPropList
    79 // CSetObjectPropList::~CSetObjectPropList
    81 // Destructor
    80 // Destructor
   113 // -----------------------------------------------------------------------------
   112 // -----------------------------------------------------------------------------
   114 //
   113 //
   115 EXPORT_C void CSetObjectPropList::ServiceL()
   114 EXPORT_C void CSetObjectPropList::ServiceL()
   116     {
   115     {
   117     PRINT( _L( "MM MTP => CSetObjectPropList::ServiceL" ) );
   116     PRINT( _L( "MM MTP => CSetObjectPropList::ServiceL" ) );
       
   117     
       
   118     MmMtpDpUtility::SetPSStatus(EMtpPSStatusActive);
       
   119     
   118     // Recieve the data from the property list
   120     // Recieve the data from the property list
   119     ReceiveDataL( *iPropertyList );
   121     ReceiveDataL( *iPropertyList );
   120     PRINT( _L( "MM MTP <= CSetObjectPropList::ServiceL" ) );
   122     PRINT( _L( "MM MTP <= CSetObjectPropList::ServiceL" ) );
   121     }
   123     }
   122 
   124