equal
deleted
inserted
replaced
2692 DASSERT( EFalse ); |
2692 DASSERT( EFalse ); |
2693 break; |
2693 break; |
2694 } |
2694 } |
2695 |
2695 |
2696 DASSERT( node ); |
2696 DASSERT( node ); |
|
2697 if (!node ) |
|
2698 { |
|
2699 User::Leave( KErrGeneral ); |
|
2700 } |
2697 |
2701 |
2698 // Because this is temporary node, we will create or get the metadata for the node. |
2702 // Because this is temporary node, we will create or get the metadata for the node. |
2699 // This way the metadata will be at least initialized with the purchase history data. |
2703 // This way the metadata will be at least initialized with the purchase history data. |
2700 if ( !meta && aCreateMetaData ) |
2704 if ( !meta && aCreateMetaData ) |
2701 { |
2705 { |