mmappcomponents/mmmtpdataprovider/mmmtpdprequestprocessor/src/cgetobjectinfo.cpp
changeset 32 edd273b3192a
parent 25 d881023c13eb
child 48 b7b49303d0c0
child 51 e61a04404bdf
equal deleted inserted replaced
27:cbb1bfb7ebfb 32:edd273b3192a
    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