equal
deleted
inserted
replaced
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 } |