iaupdate/IAD/engine/controller/src/iaupdatenodecontainer.cpp
changeset 2 661f3784fe57
parent 0 ba25891c3a9e
child 11 3ba40be8e484
equal deleted inserted replaced
1:c42dffbd5b4f 2:661f3784fe57
   664         TBool alreadyIncluded( EFalse );
   664         TBool alreadyIncluded( EFalse );
   665         
   665         
   666         for ( TInt i = 0; i < iHeadNodes.Count(); ++i )
   666         for ( TInt i = 0; i < iHeadNodes.Count(); ++i )
   667             {
   667             {
   668             CIAUpdateNode& tmpNode( *iHeadNodes[ i ] );            
   668             CIAUpdateNode& tmpNode( *iHeadNodes[ i ] );            
   669             if( aNode.Uid() == tmpNode.Uid() && aNode.Type() != MIAUpdateNode::EPackageTypeServicePack ) //MTA: Changed!!!
   669             if( aNode.Uid() == tmpNode.Uid() && aNode.Type() != MIAUpdateNode::EPackageTypeServicePack ) 
   670                 {
   670                 {
   671                 IAUPDATE_TRACE("[IAUPDATE] Head node already in the list.");
   671                 IAUPDATE_TRACE("[IAUPDATE] Head node already in the list.");
   672                 
   672                 
   673                 // Node for the corresponding content already exists in the list.
   673                 // Node for the corresponding content already exists in the list.
   674                 // Replace node from the list if the new node is better choice.
   674                 // Replace node from the list if the new node is better choice.