ncdengine/provider/server/src/ncdnodemanager.cpp
changeset 5 aba6b8104af3
parent 0 ba25891c3a9e
equal deleted inserted replaced
4:3eebb1e54d3a 5:aba6b8104af3
  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         {