ipsservices/ipssosplugin/src/ipsplgmsgmapper.cpp
branchRCL_3
changeset 19 b13141f05c3d
parent 13 0396474f30f5
child 61 dcf0eedfc1a3
equal deleted inserted replaced
17:8592a65ad3fb 19:b13141f05c3d
   189         case EFSMsgDataEnvelope:
   189         case EFSMsgDataEnvelope:
   190         case EFSMsgDataStructure:
   190         case EFSMsgDataStructure:
   191             {
   191             {
   192             CMsvStore* store( NULL );
   192             CMsvStore* store( NULL );
   193             CMsvEntry* cEntry = iSession.GetEntryL( aEntry.Id() );
   193             CMsvEntry* cEntry = iSession.GetEntryL( aEntry.Id() );
   194             CleanupStack::PushL( cEntry );
       
   195 
   194 
   196             if ( cEntry )
   195             if ( cEntry )
   197             	{
   196             	{
       
   197                 CleanupStack::PushL( cEntry );
   198             	if ( cEntry->HasStoreL() )
   198             	if ( cEntry->HasStoreL() )
   199 					{
   199 					{
   200 					store = cEntry->ReadStoreL();
   200 					store = cEntry->ReadStoreL();
   201 					CleanupStack::PushL( store );
   201 					CleanupStack::PushL( store );
   202 					}
   202 					}