messagingappbase/ncnlist/src/CNcnSession.cpp
branchRCL_3
changeset 20 94cccd85bd25
parent 0 72b543305e3a
--- a/messagingappbase/ncnlist/src/CNcnSession.cpp	Tue May 25 12:38:02 2010 +0300
+++ b/messagingappbase/ncnlist/src/CNcnSession.cpp	Wed Jun 09 09:37:26 2010 +0300
@@ -254,7 +254,8 @@
     MNcnNotification::TIndicationType indicationType =
         static_cast <MNcnNotification::TIndicationType> ( aMessage.Int1() );
     CNcnUnpackDescrArray* packedInfo = CNcnUnpackDescrArray::NewLC();
-    packedInfo->UnpackL( aMessage, 2 );
+    //Code is commented as a fix for JLEG-843DKF.Since third argument is not used, we don't process it.
+    //packedInfo->UnpackL( aMessage, 2 );
     iObserver.HandleNewMessagesL( mailBox, indicationType, *packedInfo );
     CleanupStack::PopAndDestroy( packedInfo );
     }