messagingappbase/ncnlist/src/CNcnSession.cpp
branchRCL_3
changeset 33 94cccd85bd25
parent 0 72b543305e3a
equal deleted inserted replaced
29:7e4e4bcc75b6 33:94cccd85bd25
   252     {    
   252     {    
   253     TMsvId mailBox = static_cast <TMsvId> ( aMessage.Int0() );
   253     TMsvId mailBox = static_cast <TMsvId> ( aMessage.Int0() );
   254     MNcnNotification::TIndicationType indicationType =
   254     MNcnNotification::TIndicationType indicationType =
   255         static_cast <MNcnNotification::TIndicationType> ( aMessage.Int1() );
   255         static_cast <MNcnNotification::TIndicationType> ( aMessage.Int1() );
   256     CNcnUnpackDescrArray* packedInfo = CNcnUnpackDescrArray::NewLC();
   256     CNcnUnpackDescrArray* packedInfo = CNcnUnpackDescrArray::NewLC();
   257     packedInfo->UnpackL( aMessage, 2 );
   257     //Code is commented as a fix for JLEG-843DKF.Since third argument is not used, we don't process it.
       
   258     //packedInfo->UnpackL( aMessage, 2 );
   258     iObserver.HandleNewMessagesL( mailBox, indicationType, *packedInfo );
   259     iObserver.HandleNewMessagesL( mailBox, indicationType, *packedInfo );
   259     CleanupStack::PopAndDestroy( packedInfo );
   260     CleanupStack::PopAndDestroy( packedInfo );
   260     }
   261     }
   261     
   262     
   262 void CNcnSession::ServiceMarkUnread1L( const RMessage2& aMessage )
   263 void CNcnSession::ServiceMarkUnread1L( const RMessage2& aMessage )