mmappcomponents/mmmtpdataprovider/mmmtpdprequestprocessor/src/cgetobjectinfo.cpp
branchRCL_3
changeset 30 6f9f6e99a23e
parent 17 780c925249c1
child 53 e42293e811d8
equal deleted inserted replaced
28:f56ec6ce2732 30:6f9f6e99a23e
    94 // -----------------------------------------------------------------------------
    94 // -----------------------------------------------------------------------------
    95 //
    95 //
    96 EXPORT_C void CGetObjectInfo::ConstructL()
    96 EXPORT_C void CGetObjectInfo::ConstructL()
    97     {
    97     {
    98     CActiveScheduler::Add( this );
    98     CActiveScheduler::Add( this );
    99 
       
   100     SetPSStatus();
       
   101     }
    99     }
   102 
   100 
   103 // -----------------------------------------------------------------------------
   101 // -----------------------------------------------------------------------------
   104 // CGetObjectInfo::ServiceL
   102 // CGetObjectInfo::ServiceL
   105 // GetObjectInfo request handler
   103 // GetObjectInfo request handler
   106 // -----------------------------------------------------------------------------
   104 // -----------------------------------------------------------------------------
   107 //
   105 //
   108 void CGetObjectInfo::ServiceL()
   106 void CGetObjectInfo::ServiceL()
   109     {
   107     {
   110     PRINT( _L( "MM MTP => CGetObjectInfo::ServiceL" ) );
   108     PRINT( _L( "MM MTP => CGetObjectInfo::ServiceL" ) );
       
   109     
       
   110     MmMtpDpUtility::SetPSStatus(EMtpPSStatusActive);
   111 
   111 
   112     delete iObjectInfo;
   112     delete iObjectInfo;
   113     iObjectInfo = NULL;
   113     iObjectInfo = NULL;
   114     iObjectInfo = CMTPTypeObjectInfo::NewL();
   114     iObjectInfo = CMTPTypeObjectInfo::NewL();
   115 
   115